I'm running into C compiler cannot create executables messages whenever I try to run a compile.
I had this working in 8.1 - except that on *some* files (like some kde sources) I would get the same undefined symbols as I now get - except that of course now I get them every time, no matter what sources I compile. Even a simple hello world gets this: (note I asked for some help in the KDE mailing list but never was able to solve this particular missing reference problem). [dfox@m206-157 dfox]$ gcc -O -o hello hello.c /lib/libc.so.6: undefined reference to `[EMAIL PROTECTED]' /lib/libc.so.6: undefined reference to `[EMAIL PROTECTED]' /lib/libc.so.6: undefined reference to `[EMAIL PROTECTED]' /lib/libc.so.6: undefined reference to `[EMAIL PROTECTED]' /lib/libc.so.6: undefined reference to `[EMAIL PROTECTED]' /lib/libc.so.6: undefined reference to `[EMAIL PROTECTED]' /lib/libc.so.6: undefined reference to `[EMAIL PROTECTED]' /lib/libc.so.6: undefined reference to `[EMAIL PROTECTED]' /lib/libc.so.6: undefined reference to `[EMAIL PROTECTED]' /lib/libc.so.6: undefined reference to `[EMAIL PROTECTED]' /lib/libc.so.6: undefined reference to `[EMAIL PROTECTED]' /lib/libc.so.6: undefined reference to `[EMAIL PROTECTED]' I've installed the C compiler and I think everything is right - however, part of it I had to install later because when I did a 9.0 install, all I had was the first CD. I had to get the other ones later. Perhaps I missed something in the install process. I noticed one thing - there are no *.a or *.la files in /lib (i.e libc.so.6) - arent these files required for linking? Here's what is installed [dfox@m206-157 dfox]$ rpm -qa | grep gcc gcc-c++-3.2-1mdk gcc-objc-3.2-1mdk libgcc1-3.2-1mdk gcc-cpp-3.2-1mdk gcc2.96-cpp-2.96-0.80mdk gcc-3.2-1mdk gcc-g77-3.2-1mdk
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
