[Bug libobjc/23215] libobjc doesn't work on windows.
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Aug 3 13:57:00 GMT 2005
------- 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 try --enable-shared as I think building shared libraries on win32 is disabled by default?
And if you want to report a bug about that, well that is really a libtool bug.
So I think this can be considered a non bug if --enabled-shared works for you.
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23215
More information about the Gcc-bugs
mailing list