> i'm getting an error: > gcc -o ohs `gtk-config --libs` -lncurses -lcdk -L/usr/local/lib callback.o > main.o content.o pfunctions.o GTKmain.o NCURSESmain.o > NCURSESmain.o: In function `NCURSESmain': Have you tried putting the .o files first? In other words: gcc -o ohs callback.o main.o content.o pfunctions.o GTKmain.o NCURSESmain.o -L/usr/local/lib `gtk-config --libs` -lncurses -lcdk dave
