|
From: Geoffrey F. <fu...@ga...> - 2002-02-18 21:24:53
|
We've picked up a compile problem recently. This is from a fresh
checkout today, building on Linux:
gcc plrender.o -L. -lplplot -ltclmatrix -o plrender \
-ltk8.3 -ltcl8.3 -L/usr/X11R6/lib -lX11 -lgd -lpng -ljpeg -lz
-ldl -lm -lg2c -Wl,-rpath -Wl,/x/furnish/devel/x/plplot/tmp
./libplplot.so: undefined reference to `plD_dispatch_init_pstex'
collect2: ld returned 1 exit status
make: *** [plrender] Error 1
[furnish@xiphi tmp]$
|