On Tuesday, Mar 22, 2005, at 19:13 Europe/Berlin, Marc Br�nink wrote: [..]
But the install is not as clean as it looked like. I'm getting errrors while running eg GFractal:
abnormal program termination objc runtime: cannot find class NSAutoreleasePool
Hi,
Actually i solved this problem yesterday. My brain was just to windownized to realize it.
The problem (as I understood it) is simply that MingGW-3.2.0-rc3 installs a libobjc. Nevertheless its mandatory (at least under windows 2000) to install dev-libs/libobjc. Thus we're ending with two libobjc in different directorys. And the compiler simply linked the wrong libobjc.a. A rename of the old libs (xxx/msys/1.0/mingw/lib/libobjc.a and .la) solved this for me.
However one question remains:
I have to copy crt2.o crtbegin.o and crtend.o manually to the current compile directory. How to solve this?
Marc
_______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
