mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Update
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12239 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
28c4960c8d
commit
c975b4862c
3 changed files with 10 additions and 14 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-01-28 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/README.MinGW: Update
|
||||
|
||||
Sun Jan 27 11:39:38 2002 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* library.make: A minor correction was necessary. The definition
|
||||
|
|
|
@ -152,10 +152,14 @@ compile correctly:
|
|||
Problems?
|
||||
---------
|
||||
|
||||
Problems compiling ffcall with MingWs gcc? Use Cygwin gcc:
|
||||
[1] Problems compiling ffcall with MingWs gcc? Use Cygwin gcc:
|
||||
|
||||
export CC="gcc -mno-cygwin"
|
||||
|
||||
[2] It's really important that all the libraries you link with GNUstep be
|
||||
shared libraries. Even static libraries based on C (e.g. libtiff) will
|
||||
prevent Objective-C modules from being loaded in Objective-C libraries.
|
||||
|
||||
Good Sites for Pre-Compiled Binaries
|
||||
------------------------------------
|
||||
|
||||
|
@ -163,6 +167,7 @@ Many libraries, etc from:
|
|||
|
||||
<http://sourceforge.net/project/showfiles.php?group_id=7382>
|
||||
<http://penguin.at0.net/~fredo/files/old/> (for libxml2, more?)
|
||||
<http://sourceforge.net/project/showfiles.php?group_id=23617> (libtiff)
|
||||
|
||||
MingW guile from
|
||||
|
||||
|
|
|
@ -1,18 +1,5 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
@c A FAQ for GNUstep
|
||||
@c
|
||||
@c This file uses the special commands @url{} and @email{}. They are
|
||||
@c handled by the doc/Makefile.
|
||||
|
||||
@iftex
|
||||
@global@let@email=@i
|
||||
@global@let@url=@samp
|
||||
@end iftex
|
||||
|
||||
@c @ifinfo
|
||||
@c @definfoenclose email, <, >
|
||||
@c @definfoenclose url `, '
|
||||
@c @end ifinfo
|
||||
|
||||
@node Top, GNUstep General Information, (dir), (dir)
|
||||
@chapter GNUstep Frequently Asked Questions with Answers
|
||||
|
|
Loading…
Reference in a new issue