This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

error on _xexit_cleanup


Hello,

I installed the gcc from the Suse 8.0 Cd's. Whenever I try to
compile even a simple program as:

#include <stdio.h>

int main( )
{
printf( "Hello world\n" );
}

I get the following error:

/usr/i486-suse-linux/bin/as: relocation error: /usr/i486-suse-linux/bin/as:
undefined symbol: _xexit_cleanup

I looked already on the internet for an answer to the problem, but couldn't
find anything. Can you please help me and explain what I did wrong?

Thanks,

Klaas








Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]