Amit k. Saha wrote:
Hi Anil,


On Thu, Oct 9, 2008 at 9:26 PM, Anil Gulecha <[EMAIL PROTECTED]> wrote:
Hey Amit,

This occurs at times when one of the parameters passed to the compiler
shouldnt be... the gcccommand will thus fail.

Take a look at config.log that is generated by configure.. you'll find
the exact arguments that were passed and the C file that failed. This
will tell you what to remove (either from CFLAGS or LDFLAGS)

This is the relevant portion of the log:

configure:4210: checking for C compiler default output file name
configure:4213: gcc      conftest.c  >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory

It says that crt1.o is missing.

You need to install the glibc-devel package.


--
Michael Eager    [EMAIL PROTECTED]
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077
_______________________________________________
gnusol-users mailing list
[email protected]
http://lists.sonic.net/mailman/listinfo/gnusol-users

Reply via email to