mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
UPdated for gcc 3.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10229 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
839b3a22ef
commit
9c11e34591
2 changed files with 16 additions and 6 deletions
|
@ -144,8 +144,11 @@ XML-based property-lists. It is recommended but not currently required.
|
|||
|
||||
@item openssl
|
||||
The openssl library is used to provide support for https connections by
|
||||
the NSURL and HSURLHandle classes.
|
||||
It is recommended but not currently required.
|
||||
the NSURL and HSURLHandle classes. To enable this option
|
||||
you need to have the openssl libraries installed and add the option
|
||||
@code{--enable-openssl} when running the @file{configure} script. Note that
|
||||
the OpenSSL license is not compatible with GPL, so do not use this option
|
||||
if you want your programs to be GPL compatible.
|
||||
|
||||
@item libiconv
|
||||
Unicode support functions (iconv) come with glibc version 2.1 or greater. If
|
||||
|
@ -159,7 +162,7 @@ and NSConnection. This library is highly recommended. The previous
|
|||
builtin method for stack frame handling is no longer supported and
|
||||
may be removed in the future.
|
||||
|
||||
@item gnustep-objc package (for gcc version <= 3.0)
|
||||
@item gnustep-objc package (for gcc version < 3.0)
|
||||
This is a special version of the Objective-C runtime that include several
|
||||
bug fixes and features that have not been officially released yet.
|
||||
It is available at @url{ftp://ftp.gnustep.org/pub/gnustep/libs} which
|
||||
|
|
|
@ -564,10 +564,17 @@ gcc 2.95.3 (Cygwin release 1.1.8)
|
|||
Objective-C library DLL (@url{ftp://ftp.gnustep.org/pub/gnustep/libs})
|
||||
for shared libs. It's a good idea to remove the libobjc.a that comes with gcc
|
||||
(gcc -v for location) so that it isn't accidentally found.
|
||||
Ffcall is not ported to cygwin so don't try to use it (some
|
||||
invocation and DO stuff will not work).
|
||||
For ffcall, you should get version 1.8b or above (the earlier ones don't
|
||||
compile). There are still some problems with structure passing, but that is
|
||||
generally not supportred on any architecture.
|
||||
|
||||
@item Special Instructions
|
||||
@item Special Instructions
|
||||
On later versions of Cygwin you may be required to include the win32api
|
||||
directory in CPPFLAGS when configuring:
|
||||
|
||||
@example
|
||||
CPPFLAGS=-I/usr/include/win32api ./configure
|
||||
@end example
|
||||
@end table
|
||||
|
||||
For shared libs, make sure to specify @var{shared=yes} explicitly when
|
||||
|
|
Loading…
Reference in a new issue