Problem when configuring Python2.4.4
Nicolas Diez
claque2000 at free.fr
Thu Aug 30 03:19:17 PDT 2007
Hello,
I am trying to build python2.4.4 on my freebsd.
When I do a make install, I encounter this problem :
"checking for C++ compiler default output file name... configure:
error: C++ compiler cannot create executables"
Here is my config.log and an the result of an "ls /var/db/pkg".
If I change configure_args in Makefile with "--with-cxx=g++", I have
another problem :
"g++ -c -fno-strict-aliasing -DNDEBUG -O2 -march=athlon-xp -
mfpmath=sse -pipe -march=athlon-xp -D__wchar_t=wchar_t -
DTHREAD_STACK_SIZE=0x100000 -I. -I./Include -fPIC -DPy_BUILD_CORE -o
Modules/ccpython.o ./Modules/ccpython.cc
g++: ./Modules/ccpython.cc: No such file or directory
g++: No input files specified"
How can I solve those problems ?
Thanks a lot for your answer.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.log
Type: application/octet-stream
Size: 5795 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-python/attachments/20070830/cb48dc96/config.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pkglist
Type: application/octet-stream
Size: 9390 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-python/attachments/20070830/cb48dc96/pkglist.obj
More information about the freebsd-python
mailing list