On 6/08/2003 5:10 PM +0000, Voytek Eymont wrote:

** Reply to note from Gonzalo Servat <[EMAIL PROTECTED]> Wed, 06 Aug
2003 00:45:34 +1000


What does config.log say? Usually that error means you don't have
gcc-c++   installed but you evidently do.

thanks, Gonzalo, Jeff.


log
----
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.57.  Invocation command line was

[..snip..]


configure:1589: checking for C compiler default output
configure:1592: gcc    conftest.c  >&5
/usr/bin/ld: cannot open crt1.o: No such file or directory
collect2: ld returned 1 exit status
configure:1595: $? = 1
configure: failed program was:

[..snip..]


See Voytek? Sometimes it's a good thing to do what the computer suggests. "See config.log for details" and there was your problem.

As you can see, it can't find crt1.o which is part of the glibc-devel RPM. Install it and you should be good to go.

Regards,
Gonzalo

--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to