I was just trying to install GNUstep base on sparc-solaris2.7 but even
configure didn't run properly.

LD_LIBRARY_PATH=.... is not an identifier
or something like that was the error.

/bin/sh under Solaris needs two instructions for exporting a environment
variable.

LD_LIBRARY_PATH=...
export LD_LIBRARY_PATH



Michael


_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to