On Mon, 2 Jun 2003, Bjorn Hanch Sollie wrote:
> Does anyone here have an idea about what it takes to link my MIPSPro
> compiled program (MIPSPro 7.4) to a gcc built library (GCC 3.2.2)? I
> bjorns@octane:~/Surge/Segmentation/demo:$ g++ --version
> g++ (GCC) 3.2.2
> Copyright (C) 2002 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
> bjorns@octane:~/Surge/Segmentation/demo:$ CC -version
> MIPSpro Compilers: Version 7.4
> bjorns@octane:~/Surge/Segmentation/demo:$
C++ object files are not compatible across different compilers. Either fall
back to plain C, or compile everything with the same C++ compiler.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
|