All i have an X86_64 suse 9.1 and i am trying to install oracle 10.2.0 on my server i get this error in the installer log
INFO: ./x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../libpthread.so when searching for -lpthread
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../libpthread.a when searching for -lpthread
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lpthread
INFO: collect2:
INFO: ld returned 1 exit status
INFO: make: *** [ctxhx] Error 1
[pre]
Info is
[pre]
$ uname -a
Linux test1 2.6.5-7.267-smp #1 SMP Wed Jun 21 10:50:51 UTC 2006 x86_64 x86_64 x86_64 GNU/Linux
[pre]
gcc
[pre]
$ gcc -v
Reading specs from /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/specs
Configured with: ../configure enable-threads=posix prefix=/usr with-local-prefix=/usr/local infodir=/usr/share/info mandir=/usr/share/man enable-languages=c,c++,f77,objc,java,ada disable-checking libdir=/usr/lib64 enable-libgcj with-gxx-include-dir=/usr/include/g++ with-slibdir=/lib64 with-system-zlib enable-shared enable-__cxa_atexit x86_64-suse-linux
Thread model: posix
gcc version 3.3.3 (SuSE Linux)
[pre]
I see in the make.log that it is uing m32 on the gcc compile should it be doing this ?
[pre]
gcc -m32 -o ctxhx -L/data/oracle/product/10.2.0/gfmis/ctx//lib32/ -L/data/oracle/product/10.2.0/gfmis/lib32/ -L/data/oracle/product/10.2.0/gfmis/lib32/stubs/ /data/oracle/product/10.2.0/gfmis/ctx/lib/ctxhx.o -L/data/oracle/product/10.2.0/gfmis/ctx/lib/ -ldl -lm -lctxhx -Wl,-rpath,/data/oracle/product/10.2.0/gfmis/ctx/lib -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /data/oracle/product/10.2.0/gfmis/lib/sysliblist`
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../libpthread.so when searching for -lpthread
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../libpthread.a when searching for -lpthread
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lpthread
collect2: ld returned 1 exit status
make: *** [ctxhx] Error 1
[pre]