Re: [sigc] Re: [gtkmm] Re: Building libsigc++ under Win32 for use with Intel C++ Compiler 6.0



At 06:39 PM 11/6/2002 +0100, Dirk Gerrits wrote:

$ g++ test.cpp -o test `pkg-config gtkmm-2.0 --cflags --libs`
C:/cygwin/lib/libstdc++.a(vterminate.o)(.text+0xf1): undefined reference
to `_impure_ptr'
C:/cygwin/lib/libstdc++.a(vterminate.o)(.text+0x136): undefined
reference to `_impure_ptr'
C:/cygwin/lib/libstdc++.a(cxa_demangle.o)(.text+0x4ae7): undefined
reference to `_impure_ptr'
C:/cygwin/lib/libstdc++.a(cxa_demangle.o)(.text+0x4b0f): undefined
reference to `_impure_ptr'

Ok, still the same linking to the wrong stdlibc++ problem. /MinGW/bin is
really the very first thing in "echo $PATH".

Send me the output of g++ -v test.cpp -o test `pkg-config gtkmm-2.0 --cflags --libs`
(with the -v flag !!!).

Cedric




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