Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Date: Wed, 26 Sep 2001 12:46:43 -0400 From: Christopher Faylor To: cygwin-apps AT cygwin DOT com Subject: Re: Objective-C and cygwin (at WIN32) Message-ID: <20010926124643.C22544@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: cygwin-apps AT cygwin DOT com References: <3BA99E49 DOT 70006 AT sendmail DOT ru> <3BB08D8F DOT 6000306 AT sendmail DOT ru> <3BB1BBC5 DOT 2070004 AT sendmail DOT ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3BB1BBC5.2070004@sendmail.ru> User-Agent: Mutt/1.3.21i Since Objective-C is not a released cygwin package, it is inappropriate topic for cygwin-apps. Please confine your discussion to cygwin AT cygwin DOT com. On Wed, Sep 26, 2001 at 11:28:05AM +0000, Ildar Mulyukov wrote: > Hello, Adam! > Hello, Cygwin hackers! > >Adam Fedor wrote: > >>No it's not. In fact you need to use gnustep-objc on Cygwin/MinGW >>machines even if you have gcc 3.x, because the libobjc library in 3.x >>doesn't properly export symbols for DLLs >> >>>Ok. I got "config" dir and GNUMakefile from gnustep-objc-1.0.1.tar.gz >>>(above) into "libobjc" dir from GCC ditro. >>>Then added NXConstStr.m into GNUMakefile >>>and - viola! compiled objc.dll. It seems to work. Let's see what next >>>:-) >> >>It probably won't work, even though it compiles. See above. > >You are right - it doesn't work. But the gnustep's libobjc either! >In fact I had to add some lines into libobjc.def just to get >gnustep-base copiled. This particular ones: > > objc_condition_allocate > objc_condition_deallocate > objc_condition_wait > objc_condition_broadcast > objc_set_thread_callback > __objc_msg_forward > >But for both libs (std GCC's and GNUstep's) I obtain error like this: > > m.AllocationBase 0x614C0000, m.BaseAddress 0x614E0000, m.RegionSize > 0xFD000, m.State 0x1000 > d:\Temp\doc\objc\test\shared_obj\ix86\cygwin\gnu-gnu-gnu\Test.exe: > *** Couldn't reserve space for cygwin's heap (0x614E0000 <0x470000>) > in child, Win32 error 6 > >search through cygwin malinglists didn't clarify the problem :-( >Any ideas? You need to search harder? Since this issue was just discussed last week, you should be able to unearth some information. cgf