> That's right. It needs the CPPFLAGS and LDFLAGS environment > variables set on Solaris 10/Nevada: > > CPPFLAGS=-I/usr/sfw/include LDFLAGS=-L/usr/sfw/lib make install
Actually, LDFLAGS should probably be something like
"-L/usr/sfw/lib -R/usr/sfw/lib"
in order to satisfy the run-time library dependency.
dsc
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
