Okay! So, I ran configure just in the current directory I was in, Being the stackless-2.6.2 one, And I didn't notice any changes in that. However! Make became EXTREMELY short! I'll copy paste it!

netsukuku@netsukuku-VirtualBox:~/stackless-2.6.2$ sudo make
gcc -pthread -c -fno-strict-aliasing -DSTACKLESS_FRHACK=0 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I./Stackless -DPy_BUILD_CORE -o Modules/config.o Modules/config.c gcc -pthread -c -fno-strict-aliasing -DSTACKLESS_FRHACK=0 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I./Stackless -DPy_BUILD_CORE -DPYTHONPATH='":plat-linux3:lib-tk:lib-old"' \
-DPREFIX='"/usr/local"' \
-DEXEC_PREFIX='"/usr/local"' \
-DVERSION='"2.6"' \
-DVPATH='""' \
-o Modules/getpath.o ./Modules/getpath.c
./Modules/getpath.c: In function ‘copy_absolute’:
./Modules/getpath.c:235:15: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] gcc -pthread -c -fno-strict-aliasing -DSTACKLESS_FRHACK=0 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I./Stackless -DPy_BUILD_CORE -DSVNVERSION=\"`LC_ALL=C svnversion .`\" -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
gcc: error: directory": No such file or directory
make: *** [Modules/getbuildinfo.o] Error 1
netsukuku@netsukuku-VirtualBox:~/stackless-2.6.2$

So, It's not missing getbuildinfo.o, As in, It should be there already, I think it has to create getbuildinfo.o, And it seems that it doesn't have the right directory. Hmm, Wait, Maybe gcc is not installed? Let me try that first!
_______________________________________________
Netsukuku mailing list
[email protected]
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/netsukuku

Reply via email to