I have tried lastest avaiable release 0.32.1 and also from trunk. I get a segfault when loading the program.
$ gpsim gpsim: Relink /usr/lib64/libgpsim_eXdbm.so.0' with/lib64/libm.so.6' for IFUNC symbol `floor' Segmentation fault
/usr/lib64/libgpsim_eXdbm.so.0' with
the package is configured as
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/gpsim-9999 --htmldir=/usr/share/doc/gpsim-9999/html --with-sysroot=/ --libdir=/usr/lib64 --disable-static --disable-gui
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
the problem shows when building with --disable-gui
solved downstream with another configure.ac fix, see https://bugs.gentoo.org/show_bug.cgi?id=949813
-lm added to link flags svn 2646
the package is configured as
the problem shows when building with --disable-gui
solved downstream with another configure.ac fix, see https://bugs.gentoo.org/show_bug.cgi?id=949813
-lm added to link flags svn 2646