From: <jc...@fe...> - 2003-02-05 21:06:02
|
On Wednesday 05 February 2003 17:15, Rafael Laboissiere wrote: | * Jo=E3o Cardoso <jc...@fe...> [2003-02-05 16:55]: | > I decided to give it a try but got a seg fault: | > | > [jcard@feup] gdb x01c | | Well, all the 20 demos run fine for me. | | > (gdb) run -dev xwin | > Starting program: /usr/local/test/lib/plplot5.2.0/examples/c/x01c | > -dev xwin | > | > Program received signal SIGSEGV, Segmentation fault. | > 0x0806a46e in lt_dlsym (handle=3D0x807b0e0, | > symbol=3D0xbfffef50 "DEVICE_INFO_pstex") at ltdl.c:3330 | > [...] | | That is very strange. Are you sure that you have the newest cvs | sources? Pretty sure, I had to cvs update to see your changes. The configure line=20 after upgrading to the last autools versions and running bootstrap.sh: > make maintainer-clean > ./bootstrap.sh=20 Running aclocal (GNU automake) 1.7.2... done Running libtoolize (GNU libtool) 1.4.3... done Running autoheader (GNU Autoconf) 2.57... done Running automake (GNU automake) 1.7.2... done Running autoconf (GNU Autoconf) 2.57... done > ./configure --enable-octave --enable-dyndrivers --disable-static --with-double --prefix=3D/usr/local/test Joao |