[Cx-logging-users] Issue compiling on Solaris 10? cx_Logging.so: open failed: No such file or direc
Brought to you by:
atuining
|
From: Victor H. <vic...@ya...> - 2011-11-07 01:49:12
|
heya, I'm attempting to build cx_Logging on Solaris 10 with GCC, and hitting an issue: bash$ ~/python2/bin/python setup.py build > running build > running build_ext > building 'cx_Logging' extension > gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall > -Wstrict-prototypes -fPIC -DCX_LOGGING_CORE -DBUILD_VERSION=2.1 > -I/home/hooivic/python2/include/python2.7 -c cx_Logging.c -o > build/temp.solaris-2.10-i86pc-2.7/cx_Logging.o > gcc -shared build/temp.solaris-2.10-i86pc-2.7/cx_Logging.o -o > build/lib.solaris-2.10-i86pc-2.7/cx_Logging.so -Wl,-soname,cx_Logging.so > ld: warning: option -o appears more than once, first setting taken > ld: fatal: file cx_Logging.so: open failed: No such file or directory > ld: fatal: File processing errors. No output written to > build/lib.solaris-2.10-i86pc-2.7/cx_Logging.so > error: command 'gcc' failed with exit status 1 This is with GCC 4.6.1 (although I also tried with 4.3). Any idea what might be causing this? Cheers, Victor |