Gary K Olson wrote: > Skencil-0.6.17-1003 failed to build on 10.5.2 on both by G4 and G5 > iMac. The build log below says that the program did not have > persmission to execute? paxmodule.o when it is built? Here is last of > build log: > > <snip> > gcc -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/sw/include/ > python2.5 -I/sw/include/python2.5 -I/usr/X11R6/include -I/sw/include > -DPAX_NO_XSHM -c ././paxutil.c -o ./paxutil.o > ./paxmodule.o ./tkwinobject.o ./gcobject.o ./cmapobject.o ./ > pixmapobject.o ./regionobject.o ./fontobject.o ./imageobject.o ./ > borderobject.o ./clipmask.o ./paxutil.o -L/sw/lib -L/usr/X11R6/lib - > ltk -ltcl -lX11.6 -lXext -o ./paxmodule.so > make: execvp: ./paxmodule.o: Permission denied >
That's right. It looks the line got mangled and is missing the appropriate command to link the object files and libraries. Without that, the interpreter is trying to run paxmodule.o ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
