Re: C++ link errors using gcc from cvs

2002-03-24 Thread Christopher Currie
u install gcc 3.x, to ensure there are no conflicts with the packaged gcc. Christopher On Sun, Mar 17, 2002 at 08:34:25PM -0800, Christopher Currie wrote: > I recently installed gcc from cvs, since I understand people have had success with >it, pretty much > out of the box. I'm get

Re: C++ link errors using gcc from cvs

2002-03-17 Thread Christopher Currie
On Sun, 17 March 2002, Tim Prince wrote > I thought everyone recognized that mixing c++ libraries between gcc-3.1 and > gcc-2.95 was even less likely to work than between gcc-3.0x and 2.95. Even > the use of 2.95 with non-default stack alignment is enough to break the > libraries which come wi

C++ link errors using gcc from cvs

2002-03-17 Thread Christopher Currie
I recently installed gcc from cvs, since I understand people have had success with it, pretty much out of the box. I'm getting link errors compiling trival C++ programs, with both my local g++ and the Cygwin standard g++. I can overcome these errors if I explicitly link the right copy of libstd