Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Solaris x86?
- X-seq: zsh-workers 2277
- From: Scott Lipcon <slipcon@xxxxxxxxxxxxxxx>
- To: Zefram <zefram@xxxxxxxxxxxxxxxxx>
- Subject: Re: Solaris x86?
- Date: Fri, 25 Oct 1996 11:35:59 -0400 (EDT)
- Cc: Scott Lipcon <slipcon@xxxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <706.199610251531@xxxxxxxxxxxxxxxxxxxxxxx>
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