On Fri, 2002-05-31 at 09:42, Hester, Jeffrey W. wrote: > Okay, I'm a lot closer now. I manually went through and made additions > based on the .patch file and then ran configure as part of the qt3 package > and then finally make. It's down to a: > > ld: Undefined symbols: > _dlsym_auto_underscore > > This comes from a CFLAGS line: -fPIC -fno-common -pipe > -Ddlsym=dlsym_auto_underscore > I found where the -D is used to define a macro. > > Would anyone happen to know the meaning of this and if/why this is needed? > This was added from the .patch file but was not part of the original qt3 > package/tar. > > The full output is below. > > Thanks for your help.
That's a function of the newer versions of dlcompat. Most likely you need to upgrade your dlcompat library. -- Ben Reed a.k.a. Ranger Rick ([EMAIL PROTECTED]) http://defiance.dyndns.org/ / http://radio.scenespot.org/ ...if humanoids eat chicken, then obviously they'd eat their own species. Otherwise they'd just be picking on the chickens. -- Kryten _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
