Am Fri, 10 Oct 2003 12:55:49 +0200 (CEST) schrieb (Robert Vazan <[EMAIL PROTECTED]>):

> On Fri, 10 Oct 2003 08:53:01 +0200 Martin Jost <[EMAIL PROTECTED]>
> wrote:
> 
> > classes/MModule.o(.text+0x2ec5): In function
> `RefCounterIncrement(FilterRule*)':
> > : undefined reference to `RefCounterIncrement(MObjectRC*)'
> > classes/MModule.o(.text+0x2ed5): In function
> `RefCounterDecrement(FilterRule*)':
> > : undefined reference to `RefCounterDecrement(MObjectRC*)'
> > classes/MModule.o(.text+0x2ee5): In function
> `RefCounterAssign(FilterRule*,
> > FilterRule*)':
> > : undefined reference to `RefCounterAssign(MObjectRC*, MObjectRC*)'
> 
> Those functions are defined in MObject.o. I can build without problems.

Not here. Look:
[godot]:~/pd-sw/internet/mail/mahogany/mahogany-cvs/M/src/classes>nm -C MObject.o
00000060 t _GLOBAL__I_classes_MObject.cpp011fkb
00000000 t __static_initialization_and_destruction_0(int, int)
         U std::ios_base::Init::Init[in-charge]()
         U std::ios_base::Init::~Init [in-charge]()
00000000 b std::__ioinit
         U __cxa_atexit
         U __dso_handle
00000050 t __tcf_0

That's all. Really !
I even deleted it and build new. Same result.

> The only difference is that I am using dynamic modules while you are have
> completely static build. I must try static build myself, but it will take
> some time.

I'm using dynamic modules. What does you make think otherwise ?
Here is my configure-call:
./configure --prefix=/pd/mahogany0.65cvs --without-python --with-modules=dynamic 
--with-wx-prefix=/pd/wxGTK_cvs

Martin
 





-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-users

Reply via email to