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

2011-04-04 Thread Alen Skondro
On Mon, Apr 4, 2011 at 10:45 PM, wrote: > On , Kai Tietz wrote: >> Your issue is that you don't specify on linking the -pg option. >> > > > Yes!! thanks, this is it! actually, it worked when i put gcrt0 to libgmon.a but this was of course just a messy workaround :) thanks again! > > >> >> >>

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

2011-04-04 Thread askondro
On , Kai Tietz wrote: Your issue is that you don't specify on linking the -pg option. Yes!! thanks, this is it! Regards, Kai 2011/4/4 Alen Skondro askon...@gmail.com>: > On Mon, Apr 4, 2011 at 9:31 PM, Kai Tietz ktiet...@googlemail.com> wrote: >> 2011/4/4 Alen Skondro ask

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

2011-04-04 Thread Kai Tietz
2011/4/4 Kai Tietz : > Put reply back to list > > 2011/4/4 Kai Tietz : >> Your issue is that you don't specify on linking the -pg option. >> >> Regards, >> Kai >> >> 2011/4/4 Alen Skondro : >>> On Mon, Apr 4, 2011 at 9:31 PM, Kai Tietz wrote: 2011/4/4 Alen Skondro : > Hello, I've built my

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

2011-04-04 Thread Kai Tietz
Put reply back to list 2011/4/4 Kai Tietz : > Your issue is that you don't specify on linking the -pg option. > > Regards, > Kai > > 2011/4/4 Alen Skondro : >> On Mon, Apr 4, 2011 at 9:31 PM, Kai Tietz wrote: >>> 2011/4/4 Alen Skondro : Hello, I've built my own gcc toolchain (4.6.1) targetin

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