uservorname usernachname added the comment:

Thanks for your hint. I did:
./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info 
--bindir=/usr  --sysconfdir=/etc --sbindir=/usr/sbin/ & make 2>&1 | tee 
build-log.txt

and get:

gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall 
-Wstrict-prototypes -I./Include -I. 
-I/c/backup/fes-a120d19nas/Python-3.3.0/Include 
-I/c/backup/fes-a120d19nas/Python-3.3.0 -c 
/c/backup/fes-a120d19nas/Python-3.3.0/Modules/_hashopenssl.c -o 
build/temp.linux-padre-3.3/c/backup/fes-a120d19nas/Python-3.3.0/Modules/_hashopenssl.o
gcc -pthread -shared 
build/temp.linux-padre-3.3/c/backup/fes-a120d19nas/Python-3.3.0/Modules/_hashopenssl.o
 -L/usr/local/lib -lssl -lcrypto -o 
build/lib.linux-padre-3.3/_hashlib.cpython-33m.so
make: *** [sharedmods] Error 138

I also tried to compile with ./configure --build=sparc-linux but it results in 
getting the same make error.

Maybe it have to do something with uname --m
padre
?
When compiling other programs I have to set build=sparc-linux But as you can 
see its using here  linux-padre. Also gcc is using sparc-unkown-linux

If you need any other information let me know it.

----------
Added file: http://bugs.python.org/file29099/config.log

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17216>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to