Subject: Re: shlib assistance needed
To: None <tech-pkg@netbsd.org>
From: Matthias Scheler <tron@zhadum.de>
List: tech-pkg
Date: 07/29/1999 09:43:34
In article <Pine.GSO.4.05.9907290422360.13798-100000@rfhs8012.fh-regensburg.de>,
Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de> writes:
> gcc --shared -o _snackmodule.so snackmodule.o -L. -Wl,-R. \
> -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib $(LIBNEWTSH)
The easiest way is of course to use "pkglibtool". The "qt" package is a
good example how to adapt a package - fine work Tood.
In this special case you should skipping the "-Wl,-R." should do the
trick.
Kind regards
--
Matthias Scheler http://home.owl.de/~tron/