'sorry for the stupid error. I still get: configure: error: You must install libplot (or use --without-libplot)
even after defining LDFLAGS=$HOME/lib and CFLAGS=$HOME/include. I tried to give up on libplot altogether, but $ ./configure --prefix=$HOME --without-libplot ... checking size of short... configure: error: cannot compute sizeof (short), 77 See `config.log' for more details. I used to get this last error on a 32 bit PC, but it disappeared after I installed libplot. config.log was pretty big, so I posted it at http://sakla.net/config.log I just discovered $HOME is on an NFS server, but the error is the same even with --prefix=$BUILDIR. -Jason On Sun, Jul 17, 2005 at 01:13:56PM -0700, Ben Pfaff wrote: > Jason Stover <[EMAIL PROTECTED]> writes: > > > I have libplot in $HOME/lib/, so, following the suggestion of > > configure --help, > > > > $ export LDFLAGS=$HOME/lib > > I think you missed a small part of the advice there. Try this instead: > export LDFLAGS="-L$HOME/lib" > > Does it work now? > -- > "The USA has no monopoly on stupidity. > They just work longer hours." > --Richard Heathfield > > > _______________________________________________ > pspp-dev mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/pspp-dev -- [EMAIL PROTECTED] SDF Public Access UNIX System - http://sdf.lonestar.org _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
