Thanks for the info.  I had the latest version.  I just had left out
-L/sw/lib (since I'm trying to get this to compile ourside of fink).  But,
alas, after this was fixed I get the same error as before:

c++ -read_only_relocs warning -compatibility_version 1.0 -current_version
1.0.0  -dynamiclib -install_name /sw/lib/libqui.1.0.0.dylib -o
libqui.1.0.0.dylib .obj/release/qwidgetfactory.o .obj/release/domtool.o
.obj/release/database.o .obj/release/moc_database2.o  -L/usr/local/qt/lib
-L/sw/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -lz -lqt -lz -lGLU -lGL -lXmu
-lICE -lSM -ldl -lXext -lX11 -lm -lXinerama -lXrender -lXft -lfreetype
ld: Undefined symbols:
__ZThn40_NK7QWidget6metricEi
/usr/bin/libtool: internal link edit command failed
make[4]: *** [../../../lib/libqui.1.0.0.dylib] Error 1
make[3]: *** [sub-uilib] Error 2
make[2]: *** [sub-designer] Error 2
make[1]: *** [sub-tools] Error 2
make: *** [init] Error 2
[localhost:/usr/local/qt] hester% 
I can't win for losing.

Thanks.

   Jeff


> ----------
> From:         Benjamin Reed
> Sent:         Friday, May 31, 2002 8:47 AM
> To:   Hester, Jeffrey W.
> Cc:   'Alexander Strange'; [EMAIL PROTECTED]
> Subject:      RE: [Fink-users] qt3 with gcc 3.1
> 
> 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
> 
> 

_______________________________________________________________

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

Reply via email to