On Tue, 14 May 2002, Van Sickler, Jim wrote: > If the following line is in Makefile, ld stops > with Error code 1. > > This is a new development in Makefile.in; > I built from the SAMBA_2_2 code a couple > of days ago, and the previous Makefile's > DYNEXP= line doesn't have the > "-Wl,--export-dynamic" switches... > > --------------------------------------- > > Line from current Makefile: > > DYNEXP=-Wl,--export-dynamic
Change this to DYNEXP=-Wl,-Bdynamic The current value was submittd from a FreeBSD person. I find ti ironic that it doesn't work on OpenBSD. I'll try to get a BSD VMware session up later today for testing. cheers, jerry --------------------------------------------------------------------- Hewlett-Packard http://www.hp.com SAMBA Team http://www.samba.org -- http://www.plainjoe.org "Sam's Teach Yourself Samba in 24 Hours" 2ed. ISBN 0-672-32269-2 --"I never saved anything for the swim back." Ethan Hawk in Gattaca-- -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
