Re: [gts-general] problems with compilation of gtsview
Brought to you by:
popinet
|
From: Erik A. <er...@co...> - 2002-12-19 09:44:26
|
Wagner Toledo Correa wrote: >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 > Stupid me. Why did'nt I look a rpm package. Installing that would have been the most easy. > >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 > I read the answer from Stephane Popinet first so I downloaded gtkglarea-1.2.3 which compilied and installed. After that, I ran ./configure without any flags, and it worked for me. Thanks for the reply. I got gts and gtsview working now. Erik |