Re: [Cegcc-devel] cegcc-4.4 potential bug in g++ and shared lib

2009-10-01 Thread Danny Backx
On Thu, 2009-10-01 at 18:04 +0200, Vincent R. wrote: > So it's a problem with gettext makefile. Yeah, these tools are great but they're getting really complicated so sometimes you spend quite some time looking for something trivial. Luckily they usually just work ... Danny -- Danny Backx

Re: [Cegcc-devel] cegcc-4.4 potential bug in g++ and shared lib

2009-10-01 Thread Vincent R.
On Thu, 01 Oct 2009 12:57:46 +0200, "Vincent R." wrote: > Hi, > > I wrote a simple compatibility libarry that implements missing mingw > functions (_errno, getenv,GetCurrentDirectory, ...) > and I am using it to port some software and especially glib and its > dependencies. > The first dependency

[Cegcc-devel] cegcc-4.4 potential bug in g++ and shared lib

2009-10-01 Thread Vincent R.
Hi, I wrote a simple compatibility libarry that implements missing mingw functions (_errno, getenv,GetCurrentDirectory, ...) and I am using it to port some software and especially glib and its dependencies. The first dependency I am porting is gettext and I got an error when compiling some C++ cod