Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Solaris x86?



On Fri, 25 Oct 1996, Zefram wrote:

> >Hi... I'm trying to get zsh 3.0.0 to compile on Solaris x86, and I'm not 
> >having any luck.  I followed the instructions in the Etc/MACHINES file 
> >for Solaris 2.X (unset $LD_LIBRARY_PATH) and that didn't help.
> 
> that should be "unset LD_LIBRARY_PATH" (no $).

hmm... maybe there's a problem:

> echo $LD_LIBRARY_PATH
/lib:/usr/lib:/usr/dt/lib:/usr/openwin/lib:/usr/local/lib
> unset LD_LIBRARY_PATH
> echo $LD_LIBRARY_PATH
/lib:/usr/lib:/usr/dt/lib:/usr/openwin/lib:/usr/local/lib
> unset $LD_LIBRARY_PATH
> echo $LD_LIBRARY_PATH
/lib:/usr/lib:/usr/dt/lib:/usr/openwin/lib:/usr/local/lib

Neither seems to work.  Which library was the one that caused problems?

Scott



Messages sorted by: Reverse Date, Date, Thread, Author