[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Solaris 9: Progress and new issue for pspp 0.4.0rc3
From: |
DeBerry, Marshall |
Subject: |
Solaris 9: Progress and new issue for pspp 0.4.0rc3 |
Date: |
Fri, 22 Jul 2005 15:31:24 -0400 |
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
- Solaris 9: Progress and new issue for pspp 0.4.0rc3,
DeBerry, Marshall <=