Hi folks!
This is my error Code. I'm working with a LFS system trying to compile MySQL embedded as described on the webpage of amarok.
Code:
sql_tablespace.o partition_info.o sql_servers.o event_parse_data.o mini_client_errors.o pack.o client.o my_time.o my_user.o -static ./.libs/libndb.a -lpthread -lpthread -lpthread -lpthread /usr/lib/../lib64/libstdc++.a -L/sources/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/src -L/sources/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs -lm -lm -lm -L/sources/gcc-build/./gcc -L/usr/lib/../lib64 -L/lib/../lib64 -lgcc_s -lc -lgcc_s -lm -lgcc_s -lc -lgcc_s ../storage/csv/libcsv.a ../storage/heap/libheap.a ../storage/myisam/libmyisam.a ../storage/myisammrg/libmyisammrg.a ../vio/libvio.a ../mysys/libmysys.a ../dbug/libdbug.a ../regex/libregex.a ../strings/libmystrings.a -lz -lpthread -lcrypt -lnsl -lm -lpthread
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
make[3]: *** [mysqld] Fehler 1
make[3]: Leaving directory `/root/mysql-5.1.33/sql'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/root/mysql-5.1.33/sql'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/root/mysql-5.1.33/sql'
make: *** [all-recursive] Fehler 1
!!! make failed, aborting
Could you please help me finding whats going wrong here?
I never saw something like -lgcc_s before and in addition the /sources directory from LFS does not exist anymore on my disk since I installed Xorg from BLFS... That's really confusing...