Re: [Fink-devel] g++ -fabi-version=1 breaks monotone.

2005-04-13 Thread Mark Treiber
I actually ran into the same problem on the weekend and patched boost's build system to add -fabi-version=1 and that fixed my problems. The build system seems to ingore CPPFLAGS/CXXFLAGS so that made the patch necessary. Boost 1.31 has been updated in cvs and 1.32 should be as soon as I rebuild/c

[Fink-devel] Re: dists/10.3/unstable/crypto/finkinfo monotone.info,1.8,1.9

2005-04-13 Thread David R. Morrison
Corey Halpin <[EMAIL PROTECTED]> wrote: > On 2005-04-13, David R. Morrison wrote: > > The recommended way to disable -fabi-version=1 would be > > NoSetCXXFLAGS: true > > Ok. > I've noticed that -fabi-version=1 appears in the CPPFLAGS too. > Would I need to also use NoSetCXXFLAGS: true ? >

[Fink-devel] Re: dists/10.3/unstable/crypto/finkinfo monotone.info,1.8,1.9

2005-04-13 Thread David R. Morrison
The recommended way to disable -fabi-version=1 would be NoSetCXXFLAGS: true Although as Peter pointed out, with g++-3.3 -fabi-version=1 should have absolutely no effect (since by default the abi-version *is* 1). -- Dave Corey Halpin <[EMAIL PROTECTED]> wrote: > Update of /cvsroot/fink/dist

Re: [Fink-devel] g++ -fabi-version=1 breaks monotone.

2005-04-13 Thread Corey Halpin
On 2005-04-13, Peter O'Gorman wrote: > On what compiler/OS versions? I just saw your commit and doing the > - -fabi-version unsetting that you are doing is likely to cause binary > incompatibilities when using gcc-4.0 as the default compiler on tiger. > Please ensure that setCC and setCXX are also

Re: [Fink-devel] g++ -fabi-version=1 breaks monotone.

2005-04-13 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Corey Halpin wrote: | When I try to compile monotone with -fabi-version=1, it failes at link. | Complains that it can't find a symbol from libboost_filesystem. | If I remove -fabi-version=1, it works correctly. | I do notice that compiling with -f

Re: [Fink-devel] g++ -fabi-version=1 breaks monotone.

2005-04-13 Thread Corey Halpin
On 2005-04-13, "D. H??hn" wrote: > Corey Halpin wrote: > | When I try to compile monotone with -fabi-version=1, it fails at link. > | Complains that it can't find a symbol from libboost_filesystem. > > Just out of curiosity was libboost recompiled using fabi_version=1 ? Well, I tried all thre

[Fink-devel] g++ -fabi-version=1 breaks monotone.

2005-04-13 Thread Corey Halpin
When I try to compile monotone with -fabi-version=1, it failes at link. Complains that it can't find a symbol from libboost_filesystem. If I remove -fabi-version=1, it works correctly. I do notice that compiling with -fabi-version=1 is much faster. And also produces a much larger number of w