From: Andrew M. <mor...@ph...> - 2002-08-29 19:49:26
|
<I meant to send my previous reply to the list. Sorry.> I don't know exactly what the segfault means. I do know that I had problems compiling with Mandrake8.1, but I got it done eventually. A simple reason the compile may start off successfully but fail in the middle is that the library is not called in the first couple dozen files the compile accesses. I don't know this. I am merely speculating. =20 From your posted output: g++ -I. -I./CXX/Include -I/usr/local/include/python2.2 -I/usr/local/include/python2.2/Numeric -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -w -c -o convex.o convex.cpp In file included from pvector.h:6, from cvisual.h:6, from display.h:5, from arrprim.h:5, from convex.cpp:2: CXX/Include/CXX_Objects.h:1039: Internal error: Segmentation fault. Are all the paths above correct? ie... does /usr/local/include/python2.2/Numeric exist? What is being called at line 1039 in CXX_Objects.h? =20 Sorry to be grasping at straws. I did not do this on Mandrake8.2, and my mandrake box is at home. Andrew On Thu, 2002-08-29 at 13:31, rod holland wrote: > Am I misunderstanding something here? Can a segfault mean that the > libraries are not found? Or are you saying that it is finding libraries, > but not the right ones? I would think if it did not find the libraries I > would get a different error message. And why does it apparently > succesfully compile a few of the modules but get stuck on others? >=20 > Rod >=20 > At 11:24 AM 8/29/2002 -0400, you wrote: > >On Wed, 2002-08-28 at 23:28, rod holland wrote: > >> I am revisiting my compile problems. I gave up for a month or so but = I > >> would really like to get VPython running on Mandrake 8.2. I have atta= ched > >> the compilation output. In xgl.h; if I use /gtk/... then it makes it = to > >> "convex" before segfaulting. If I use gtk-1.2/gtk/... as suggested on= the > >> web site then it segfaults in the "box" module. I have included a ful= l > >> output for a "convex" case and the last few lines of three successive = runs. > >> The case where it fails in "box" is similar. > >>=20 > >> Are my libraries incompatible - how can I test and fix? I really do no= t > >> know what to do from this point? > >>=20 > >> Thanks > >>=20 > >> Rod > >>=20 > > > >Rod,=20 > > > >I know installation is frustrating. (I don't know why it is, but it > >is.) Have you followed the tips on the website for mandrake 8? > >(http://www.vpython.org/morelinux.html) > > > >Try seeing that the libraries that you have installed are in the > >directories that the compile is looking in. I had to symlink some libs > >that were in /usr/lib but the compiler was looking in /usr/local/lib. > > > >Luck! > > > >Andrew > > > > > > > >Attachment Converted: "c:\eudora\attach\signature2.asc" > > >=20 >=20 |