Date: Thu, 28 Sep 1995 09:18:22 -0500
From: Jeff A Stephens 312C M 402424 <j_stephe@tolstoy.mdc.com>
Subject: Re: hylafax with gs/tiff drivers
Thanx alot,
The -R option was just what the doctor ordered. For those of you with
a sun/solaris setup, this is the best option!! And, watch out for the
sparcworks/ansi c compiler with ghostscript...I used gcc with no problems.
Thanx again
Jeff
> On Sep 27, 21:31, raoul@MIT.EDU wrote:
> > Subject: Re: hylafax with gs/tiff drivers
> >
> > When you compile ghostscript, add -L/usr/openwin/lib to your load
> > flags. I find that this works much better.
>
> Also, some folks may like to prepend:
>
> LD_RUN_PATH=/usr/openwin/lib ...
>
> or append:
>
> -R/usr/openwin/lib
>
> to the link command. This reduces the need for setting $LD_LIBRARY_PATH,
> such as is needed when using this Sun-patched version of clock for OW3.0:
>
> sjk@novelty> ldd $OPENWINHOME/bin/clock
> -lxview.3 => not found
> -lolgx.3 => not found
> -ldeskset.0 => not found
> -lX11.4 => /usr/lib/libX11.so.4.11
> -lc.1 => /usr/lib/libc.so.1.9.8
> -lce.0 => not found
> -ldl.1 => /usr/lib/libdl.so.1.0
>
> I typically leave LD_LIBRARY_PATH unset and prepend:
>
> env LD_LIBRARY_PATH=
>
> as needed for applications with library files in "non-standard" directories,
> or to override defaults. Something to consider if you have the luxury in
> your environment.
>
> -sjk
>
> --
> Scott J. Kramer Cisco Systems, Inc.
> UNIX Systems Administrator Advanced Customer Systems
> 170 W. Tasman Drive
> +1.408.526.8738 San Jose, CA 95134-1706