RE: [Fink-users] qt3 with gcc 3.1

2002-05-31 Thread Benjamin Reed
On Fri, 2002-05-31 at 14:24, Hester, Jeffrey W. wrote: > ld: Undefined symbols: > __ZThn40_NK7QWidget6metricEi Yup, this is the problem I have as well. c++filt says that that symbol translates to: non-virtual thunk to QWidget::metric(int) const ...which I have no idea how to fix. :) -- Be

RE: [Fink-users] qt3 with gcc 3.1

2002-05-31 Thread Hester, Jeffrey W.
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] &

RE: [Fink-users] qt3 with gcc 3.1

2002-05-31 Thread Benjamin Reed
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_undersco

RE: [Fink-users] qt3 with gcc 3.1

2002-05-31 Thread Hester, Jeffrey W.
: *** [sub-src] Error 2 make: *** [init] Error 2 [localhost:/usr/local/qt] hester% > -- > From: Alexander Strange > Sent: Wednesday, May 29, 2002 4:47 PM > To: Benjamin Reed > Cc: [EMAIL PROTECTED] > Subject: Re: [Fink-users] qt3 with gcc 3.1

Re: [Fink-users] qt3 with gcc 3.1

2002-05-29 Thread Alexander Strange
On Wednesday, May 29, 2002, at 04:22 PM, Benjamin Reed wrote: >> __ZThn40_NK7QWidget6metricEi > > Yeah, I was a bit too soon in announcing it working. I had problems > shortly after sending my first e-mail about it. :) > > I have been unable to solve that symbol issue. I don't know of a good

Re: [Fink-users] qt3 with gcc 3.1

2002-05-29 Thread Benjamin Reed
On Wed, 2002-05-29 at 16:09, Hester, Jeffrey W. wrote: > Hello all, > > Has anyone been successful with installing qt3 with gcc 3.1? ...nope... :( > __ZThn40_NK7QWidget6metricEi Yeah, I was a bit too soon in announcing it working. I had problems shortly after sending my first e-mail about it.