To: greve AT rs1 DOT thch DOT uni-bonn DOT de (Thomas Greve) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu, sl25 AT cus DOT cam DOT ac DOT uk Subject: Re: Complex -- compiler bug? Date: Wed, 01 Jul 92 16:02:18 +0100 From: "S. Linton" It could (still) be a library ordering problem. If the G++ libraray that supplies the methods for _Complex is linked after the math library libm (<=> appears after it on the effective command line of the linker) then the behaviour you describe would occurr.