Op Tue, 12 Dec 2006, schreef Carsten Bager:
> The fpc program looks after the c lib loader. a command like this takes
> care of that
>
> ln -sf /lib/ld-uClibc-0.9.27.so /lib/ld-linux.so.2
>
> Now the program uses the ulibc loader.
The compiler looks first for /lib/ld-linux.so.2, if this is found it
assumes glibc. Then it looks for /lib/ld-uClibc.so.0, if this is found
uclibc is assumed. Therefore, symlinking doesn't look like a good idea.
Daniël
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal