From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mo DeJong To: sourcenav@sources.redhat.com Subject: Re: segmentation fault Date: Thu, 12 Apr 2001 12:05:00 -0000 Message-id: References: <3AD5F2FC.94C1C410@home.com> X-SW-Source: 2001-q2/msg00092.html On Thu, 12 Apr 2001, Bany Ismail wrote: > Hi, > > I downloaded a precompiled binary of source navigator 5.0. I tried to > use the program and noticed that I always receive segmenation faults > when trying to open an already existing project. However the program > runs fine if everytime I need to open a project I create a new one with > a different name but same directory. I am running Slackware 7.1, kernel > 2.4.2. Yeah, I need to remove that Linux binary. SN should NEVER segfault. If it does, it is most likely a compiler bug or a glibc problem. You need to compile your own version. > I also tried to build my own binary using the source code for the same > version of source navigator. I ran 'source/./configure' followed by > 'make', I get this error message at the end of 'make' > > make: *** No rule to make target 'all-libremote', needed by 'all-sid'. > Stop If you run "make all-snavigator" and the "make install-snavigator" that will fix it. > After that I tried a 'make install' even though 'make' apparently failed > and get this message at the end of 'make install': > > /usr/bin/ld: cannot open -ltix4.4.8.1: No such file or directory That is a new one, try the above all-snavigator and see if that fixes it. > I would really appreciate any help that you can offer as I really need a > good IDE to go along with Insight debugger as I am a budding computer > scientist in my third year of studies and would like to begin using > professional grade software as early as possible :) Well, you might be surprised by what passes for "professional grade" software in the industry. We think Source-Navigator is a very good tool, but we could certainly use your help in making it better. Mo