Re: [Mingw-w64-public] _monstartup missing gcc 4.6

2011-04-04 Thread Alen Skondro
ation I use: >> >> > = >> >> > >> >> > g++  -O0 -g3 -p -pg -pedantic -Wall -c -fmessage-length=0 -std=c++0x >> >> > -fpermissive -o src\Object.o ..\src\Object.cpp >> >> > >> >> > mingw64 is confi

Re: [Mingw-w64-public] _monstartup missing gcc 4.6

2011-04-04 Thread askondro
64-mingw32/4.6.1/lto-wrapper.exe > Target: i686-w64-mingw32 > Configured with: ../gcc/configure --target=i686-w64-mingw32 > --enable-languages=c,c++ --disable-nls --with-dwarf2 > --prefix=/mingw-native --dis > able-multilib --host=i686-w64-mingw32 --with-gmp=/mingw-nati

Re: [Mingw-w64-public] _monstartup missing gcc 4.6

2011-04-04 Thread Kai Tietz
t;>> >>> g++  -O0 -g3 -p -pg -pedantic -Wall -c -fmessage-length=0 -std=c++0x >>> -fpermissive -o src\Object.o ..\src\Object.cpp >>> >>> mingw64 is configured as: >>> = >>> >>> ../mingw64/configure --prefix=/min

Re: [Mingw-w64-public] _monstartup missing gcc 4.6

2011-04-04 Thread Kai Tietz
= >> >> ../mingw64/configure --prefix=/mingw-native --host=i686-w64-mingw32 >> >> gcc is configured as: >> = >> >> Using built-in specs. >> COLLECT_GCC=gcc >> COLLECT_LTO_WRAPPER=g:/dev-tools/mingw-native/bin/../libexec

Re: [Mingw-w64-public] _monstartup missing gcc 4.6

2011-04-04 Thread Kai Tietz
2011/4/4 Alen Skondro : > Hello, I've built my own gcc toolchain (4.6.1) targeting > i686-w64-mingw32 and so far everything worked fine until I decided to > use the profile functionality. > > When compiling with -p -pg, linker reports undefined references to > _monstartup. > I looked in ming64 CRT

[Mingw-w64-public] _monstartup missing gcc 4.6

2011-04-04 Thread Alen Skondro
Hello, I've built my own gcc toolchain (4.6.1) targeting i686-w64-mingw32 and so far everything worked fine until I decided to use the profile functionality. When compiling with -p -pg, linker reports undefined references to _monstartup. I looked in ming64 CRT and found out that _monstartup is de