This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Insight Snap Shot


Richard Tierney wrote:
Thanks. A question on the build process, if I can:

My Centos-4 box comes with gdb (6.1post-1.20040607.62rh) configured as "i386-redhat-linux-gnu". I've just built insight-6.1.tar.bz2, and this comes up as "i686-pc-linux-gnu" by default. Is this significant? Should gdb/insight know about RedHat-ness?

For anyone else building on RHEL/Centos-4, configure doesn't seem to pick up the X libs correctly; you need to run configure with the '--x-libraries=/usr/X11R6/lib' and '--x-includes=/usr/X11R6/include' options.

I've just had a bad start with the 6.1 tarball. If I debug 'prog' with gdb, I get:


> gdb prog
(gdb) run
Starting program: prog
prog: error while loading shared libraries: libx.so.0: cannot open shared object file: No such file or directory


Program exited with code 0177.

If I run with Insight, however, the gui hangs up after I issue the 'run' command, and I have to kill it.

Thanks -

RT


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]