On Fri, Aug 22, 2014 at 11:43:08AM +0200, Friedrich Beckmann wrote: > I could not figure out a way to find the ui files without using > > configure --prefix=<sometmpdirectory> > make install
That is what "--enable-relocatable" allows you to do: you can install and run anywhere, including to a temporary directory. > ./src/ui/terminal/pspp and ./src/ui/gui/psppire are in fact shell script > wrappers which > are produced by libtool. Those scripts can not be run in gdb. > To start pspp in gdb: > > fritz@macbook:~/pspp/build$ libtool --mode=execute gdb ./src/ui/terminal/pspp Yes. Or you can abbreviate "--mode=execute" to just "e", which is faster to type. _______________________________________________ pspp-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/pspp-dev
