[plug] Getgui

Tomasz Grzegurzko tomasz89 at gmail.com
Tue Nov 6 14:13:17 WST 2007


>
> " darts at localhost:~/darts/Getgui/getgui202src/src$ make
> gcc getgui.o api.o  plg.o color.o err.o stub.o winscale.o glroutines.o
> interact.o pcode.o init.o block.o x11.o  /usr/lib/ -o ../bin/getgui
> /usr/bin/ld: /usr/lib/: No such file: File format not recognized
> collect2: ld returned 1 exit status
> make: *** [getgui] Error 1"

Looks like it's missing the prefix to the /usr/lib/ bit -- should that
be a -L/usr/lib or something? otherwise, it's trying to turn /usr/lib/
(yes, that directory) from source in to object code...

Tomasz



More information about the plug mailing list