Re: ivtools 1.0.6
Brought to you by:
johnston
From: Scott J. <joh...@ve...> - 2002-11-26 18:42:49
|
At 12:15 PM -0600 11/26/02, Carlos Zebad=FAa wrote: >Hello... > > >I have installed ivtools 1.0.6 in Redhat 7.2, gcc 2.96..... > >There are no errors with this, but there are in my applications...... > >When I make (compilation) my application there are no errors....... > >but when I tryed to run it, I obtain next error: > > SIGSEV: violacion de segmento....... > > >I update gcc by page Redhat.com ...... > >I do not what happend...... > >Does anybody can help me??? > >Please > >Thanks a lot... > >Carlos Zebadua Carlos, I'm glad the build went smoothly with gcc-2.96 on RedHat 7.2 What application are you trying to run? drawtool? idraw? Have you tested to see if all your shared libraries are being found at run-time? You can use the "ldd -r" command to do this, i.e.: ldd -r ivtools-1.0/src/drawtool/LINUX/a.out or if you've installed it under /usr/local/bin: ldd -r /usr/local/bin/drawtool You might need to add a directory to your LD_LIBRARY_PATH environment variable, i.e.: export LD_LIBRARY_PATH=3D/usr/local/lib:$LD_LIBRARY_PATH Please provide further information if this does not fix the problem. Scott Johnston http://www.ivtools.org |