help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Any idea what triggers this linking error?


From: William Payne
Subject: Re: Any idea what triggers this linking error?
Date: Sun, 17 Oct 2004 17:15:25 +0200

"Paul Pluzhnikov" <ppluzhnikov-nsp@charter.net> wrote in message 
m365591jbk.fsf@salmon.parasoft.com">news:m365591jbk.fsf@salmon.parasoft.com...
> "William Payne" <mikas493_no_spam@student.liu.se> writes:
>
>> Solved
>
> Next time at least tell what the cause was, so if someone makes
> the same mistake and gets the same error, he'll be able to tell
> how to correct it.
>
> Cheers,
> -- 
> In order to understand recursion you must first understand recursion.
> Remove /-nsp/ for email.

It was a silly mistake and I should've mentioned it. I had forgotten that I 
had changed my $PATH so that g++ version 3.3.4 was found instead of g++ 
3.4.2. So I was compiling with g++ 3.3.4 but linking with 3.4.2 and that 
won't work since they're not abi compatible (right?).

/ WP 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]