Ok, thanks to Jason's past post, that gave me an idea.  It appears for
Solaris, you need to specify LD_LIBRARY_PATH   and also SHLIB_PATH , ie:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
export SHLIB_PATH=$SHLIB_PATH:/usr/local/lib

So, now configure runs ok and generates its files.  Now, when I do the
make I get the following:

casefile.c: In function `reader_open_file':
casefile.c:556: error: cast to union type from type not present in union
casefile.c:562: error: incompatible types in assignment
casefile.c:563: error: invalid operands to binary !=
make[3]: *** [casefile.o] Error 1
make[3]: Leaving directory `/export/home/mdb/srcfiles/pspp-0.4.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/export/home/mdb/srcfiles/pspp-0.4.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/mdb/srcfiles/pspp-0.4.0'
make: *** [all] Error 2


Marshall

  


_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to