Re: [gts-general] problems with compilation of gtsview
Brought to you by:
popinet
|
From: Wagner T. C. <wtc...@CS...> - 2002-12-18 23:39:28
|
Hi Eric, Here is how I installed GTS 0.7.0 on Red Hat Linux 8.0: 1) install gtkglarea-1.2.2-13.rpm (comes with the distribution) 2) ./configure --prefix=/usr/local/gts 3) Add #include <string.h> to src/isotetra.c and tools/stl2gts.c. 4) make 5) su 6) make install And here is how I installed gtsview: 1) ./configure --prefix=/usr/local/gts LDFLAGS="-lgdk -lgtk -lGL" 2) make 3) su 4) make install The secret to make gtsview compile is to specify the LFFLAGS. Maybe Stephane could tweak AM_PATH_GTKGL to make this a bit easier. Cheers, Wagner |