after compiling the second time glibc library, i wanted to test
whether everything works. so i used the example from the book:

echo 'main(){}' > dummy.c
cc dummy.c -Wl,--verbose &> dummy.log
readelf -l a.out | grep ': /lib'

i get an error when trying to compile dummy.c with cc.:

attempt to open crt1.o failed
collect2: ld returned 1 exit status

i'm using gcc-4.0.3 and glibc-2.3.6 with all patches. until now,
everything worked perfectly. i did create /etc/ld.so.conf and i found
a crt1.o within /usr/lib directory. any advice?


-- 
Eddy
proud member of UFPCroatia.com
http://www.ufpcroatia.com
http://forum.ufpcroatia.com
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to