Martin Costabel <[EMAIL PROTECTED]> wrote:

> [EMAIL PROTECTED] wrote:
> > Hello all:
> > Compiling qt3 (for installing scribus) seems to fail on the grand link
> > step for me.  I'm hoping this is the correct list on which to ask this
> > question, but it seems that some symbols are defined multiple times.
> 
> This is not the problem. The error message is
> []
> > ld: Undefined symbols:
> > __Z24qInitImages_designercorev
> 

As I wrote before, there is no prior installation of qt3, at least not
one that fink knows about.

Looking for some other file that might contain the symbol, I tried this:

[toms-box:/Users/tomfool] tomfool# find / -type f -exec grep 
qInitImages_designercore \{\} \; -print
    extern void qInitImages_designercore();
    qInitImages_designercore();
/sw/src/fink.build/qt3-3.3.4-23/qt-x11-free-3.3.4/tools/designer/app/main.cpp
    extern void qInitImages_designercore();
    qInitImages_designercore();
/sw/src/fink.build/qt3-3.3.4-23/qt-x11-free-3.3.4/tools/designer/designer/mainwindow.cpp
Binary file 
/sw/src/fink.build/qt3-3.3.4-23/qt-x11-free-3.3.4/tools/designer/designer/mainwindow.o
 matches
/sw/src/fink.build/qt3-3.3.4-23/qt-x11-free-3.3.4/tools/designer/designer/mainwindow.o

It does seem odd that the symbol is defined in both main.cpp and
mainwindow.cpp, but since I know precisely nothing about qt3, I don't
know if this is a problem or not.  (The two seem pretty different.)

Does anyone know what library is this symbol supposed to wind up in?
That could help me track this further, I suppose.

I also tried this:

  ~> cd /usr/lib
  /usr/lib> find . -type f -exec otool -Iv \{\} \; -print >~/trash1
  /usr/lib> cd /sw/lib
  /sw/lib> find . -type f -exec otool -Iv \{\} \; -print>>~/trash1
  /sw/lib> cd
  ~> grep qInitImages_designercore trash1
  ~> 

I admit this is pretty crude, and I'm not sure this would have found it,
but I wonder if there can be some other explanation for the problem.  At
this point, any suggestions would be quite welcome, as I'm quite stuck.

Many thanks,

 -tom

-- 
 ------------------------
 tomfool at as220 dot org
 http://sgouros.com  
 http://whatcheer.net


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to