CS documentation annotated by some guy I know
nobody <[email protected]>
| Newsgroups | gmane.comp.graphics.crystalspace.docs |
|---|---|
| Message-ID | <[email protected]> |
Author: some guy I know E-Mail: crystalspace-user-8923jvc9 at sgik dot org Topic: Crystal_Space:_Cygwin File: http://crystal.sourceforge.net/docs/online/manual/cs_26.php?action=showadd Time: Fri, 16 Jul 2004 (11:04 UTC) (1089975842) Comment: ./configure v 98_003 failed for me using gcc v 3.3.1 (cygming special) under cygwin v 95-4.0 in MS-Windows 95 OSR B. This was because the compiler mistakenly gave the "-framework" option to cc1 instead of to ld. To circumvent this problem, I edited ./configure and changed line 7052 as follows: < cs_pyflags="$cs_pyflags `echo @@@-framework Python | sed 'y% %#%'`" --- > cs_pyflags="$cs_pyflags `echo @@@-Wl,-framework,Python | sed 'y% %#%'`" I don't know whether the bug that causes this problem is in the cygwin version of gcc, or in config.in, or in autoconf, or in some other place, but this change seems to work. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click