hello

I got this error both with perl-5.8.8 & perl-5.10.0. Any ideas what's wrong.
machine = etch
glibc = 2.3.6

...
Any additional ld flags (NOT including libraries)? [none]

Checking your choice of C compiler and flags for coherency...
I've tried to compile and run the following simple program:

#include <stdio.h>
int main() { printf("Ok\n"); return(0); }

I used the command:

         cc -o try -O2 -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS 
-isystem /unattended/linuxboot/fakeinclude 
-L/unattended/linuxboot/fakelib -L/unattended/linuxboot/stage1/lib 
-L/unattended/linuxboot/stage1/usr/lib 
-Wl,-rpath-link,/unattended/linuxboot/stage1/lib -fno-strict-aliasing 
-pipe -Wdeclaration-after-statement -I/usr/local/include try.c -lnsl 
-ldl -lm -lcrypt -lutil -lpthread -lc
          ./try

and I got the following output:

/unattended/linuxboot/stage1/lib/libdl.so: undefined reference to 
[EMAIL PROTECTED]'
/unattended/linuxboot/stage1/lib/libdl.so: undefined reference to 
[EMAIL PROTECTED]'
collect2: ld returned 1 exit status
I can't compile the test program.
(The supplied flags or libraries might be incorrect.)

You have a BIG problem.  Shall I abort Configure [y]
Ok.  Stopping Configure.
make: *** [perl-5.8.8/perl] Error 1


For parted-1.8.8 I had to add --disable-dynamic-loading to the 
configure script because of this error

checking for dlopen in -ldl: no
configure:error; -ldl not found
Try using --disable-dynamic-loading

werner


Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to