[Bug libobjc/23215] libobjc doesn't work on windows.

2012-01-11 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23215 Kai Tietz changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug libobjc/23215] libobjc doesn't work on windows.

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23215 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug libobjc/23215] libobjc doesn't work on windows.

2010-09-08 Thread nicola at gcc dot gnu dot org
--- Comment #7 from nicola at gcc dot gnu dot org 2010-09-08 17:50 --- Apologies, bugzilla confused me by jumping to the next bug and I attached a testcase to the wrong bug! ;-) Thanks -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23215

[Bug libobjc/23215] libobjc doesn't work on windows.

2010-09-08 Thread nicola at gcc dot gnu dot org
--- Comment #6 from nicola at gcc dot gnu dot org 2010-09-08 17:49 --- Created an attachment (id=21742) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21742&action=view) A tidied up testcase ready for the GCC testsuite -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23215

[Bug libobjc/23215] libobjc doesn't work on windows.

2005-08-03 Thread jeremy at deadbeef dot com
--- Additional Comments From jeremy at deadbeef dot com 2005-08-03 20:05 --- Sorry, the key was the -no-undefined bit. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23215

[Bug libobjc/23215] libobjc doesn't work on windows.

2005-08-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-03 17:35 --- libobjc already have that target: libobjc$(libext).la: $(OBJS) $(LIBTOOL_LINK) $(CC) -o $@ $(OBJS) \ -rpath $(toolexeclibdir) \ -version-info $(LIBOBJC_VERSION) --

[Bug libobjc/23215] libobjc doesn't work on windows.

2005-08-03 Thread jeremy at deadbeef dot com
--- Additional Comments From jeremy at deadbeef dot com 2005-08-03 17:32 --- Sorry that this is not a nice diff, but I am working from unclean sources (mingw 3.4.4 snapshot source) It appears that libobjc/Makefile.in needs a target like this: libobjc.la: $(OBJS) $(LIBTOOL_LINK)

[Bug libobjc/23215] libobjc doesn't work on windows.

2005-08-03 Thread jeremy at deadbeef dot com
from configure.ac or else something else is wrong. - Original Message - From: "pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 03, 2005 8:57 AM Subject: [Bug libobjc/23215] libobjc doesn't work on windows. >

[Bug libobjc/23215] libobjc doesn't work on windows.

2005-08-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-03 13:57 --- libobjc inside GCC does not use thr-*.c (except for thr-objc.c which is just a wrapper around the gthr- *.h files) at all but gthr-win32.h inside the gcc directory which is also used by libstdc++. Did you