This is the mail archive of the gcc-help@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]

newbi question


I have just installed gcc 3.1 on my i368 - linux
(redhat 6) and it seems that no problem where signaled
during the installation. The C compiler seems to work
good since I have some problems with the java compiler
see below:
[kueny@linux1 kueny]$ gcc -o helloC helloC.c
[kueny@linux1 kueny]$ helloC
helloworld
[kueny@linux1 kueny]$ ldd -v helloC
	libc.so.6 => /lib/libc.so.6 (0x4001b000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

	Version information:
	./helloC:
		libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
	/lib/libc.so.6:
		ld-linux.so.2 (GLIBC_2.1.1) => /lib/ld-linux.so.2
		ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2
		ld-linux.so.2 (GLIBC_2.0) => /lib/ld-linux.so.2
[kueny@linux1 kueny]$ gcj --main=HelloJava -o
HelloJava HelloJava.java 
[kueny@linux1 kueny]$ HelloJava 
HelloJava: error in loading shared libraries:
libgcc_s.so.1: cannot open shared object file: No such
file or directory
[kueny@linux1 kueny]$ ldd -v HelloJava
[kueny@linux1 kueny]$ 

The version of binutils is 2.9.1.0.15. Is there any
modifications to add to the file "configure.in"?
Can anyone help me to solve my problems?
thanks
sandra

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


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