ASSS Questions - Sgcompat Anonymous - Tue Jul 19, 2005 7:19 am Post subject: Sgcompat
Who made the sgcompat module? I made an update to some of the commands (i went through sgcompat.c), now how do I rebuild it?
Dr Brain - Tue Jul 19, 2005 9:38 am Post subject:
"make all" on linux.
Anonymous - Tue Jul 19, 2005 9:48 am Post subject:
seems to only make the py modules
i88gerbils - Tue Jul 19, 2005 10:00 am Post subject:
make clean
make
make install
Anonymous - Tue Jul 19, 2005 10:57 am Post subject:
haha makes everything but the funky.so
Dr Brain - Tue Jul 19, 2005 11:58 am Post subject:
make funky.so
Anonymous - Tue Jul 19, 2005 12:17 pm Post subject:
[woot@fc src]# make funky.so
gcc -std=gnu99 -pipe -I. -Iinclude -I../build -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -c -o funky.so.o
gcc: no input files
make: *** [funky.so.o] Error 1
[woot@fc src]#
i88gerbils - Tue Jul 19, 2005 1:40 pm Post subject:
I thought it was just make funkyAnonymous - Tue Jul 19, 2005 2:39 pm Post subject:
make: `funky' is up to date.
tried
make clean
make
make all
make funky
make funky.so
make clean
make funky
Solo Ace - Tue Jul 19, 2005 4:48 pm Post subject:
Grelminar wrote:
so to compile only a specific module, do "make ../build/foos.so".
1.4.0 MakefilesAnonymous - Tue Jul 19, 2005 8:22 pm Post subject:
switched to my box with python 2.4, worked perfect