Re: Makefile and -rpath
On Wed, May 26, 1999 at 08:17:55 -0500, Ian Keith Setford wrote: > I would like to use an rpath command in a Makefile but I haven't figured > out how to include it. Can anyone help? That's a fairly vague question; it depends on the makefile. E.g. foo:foo.o ld -rpath=/opt/sybase/lib -o
Makefile and -rpath
I would like to use an rpath command in a Makefile but I haven't figured out how to include it. Can anyone help? I need this: -rpath=/opt/sybase/lib TIA. -Ian __ Ian K. Setford