« Return to Thread: autoconf problem

Re: autoconf problem

by Bugzilla from blhiggins@gmail.com :: Rate this Message:

Reply to Author | View in Thread

Hi,

Clendon Gibson wrote (2008-10-05 2:06 pm):
> gcc: '-V' option must have argument

That part seems to be okay (that is, it's a non-fatal failure). The real
problem is this:
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status

Seems you're missing the libc6-dev package, which contains the crt1.o file.
There are couple of other -dev packages you'll also need. Install the
libgtk2.0-dev and it ought to pull in libc6-dev as well as some others
required.

In case you didn't realise, the dxr3 drivers do have precompiled packages in
the contrib section ("em8300", et al.), though in Etch they're version
0.16.0, so perhaps a little dated.

Good luck!

Peace,
Brendon

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Dxr3-devel mailing list
Dxr3-devel@...
https://lists.sourceforge.net/lists/listinfo/dxr3-devel

 « Return to Thread: autoconf problem