What do you make of this? I have MinGW installed, but not Cygwin on my Win7x64.
Steve
---
C:\Users\Steve\Desktop>type test.scm (declare (block))
(define (f x) (+ (* x x) (- x 1)))
(define (g y) (f (f y)))
(pp 123)
C:\Users\Steve\Desktop>gsc test.scm gcc: error: unrecognized command line option '-mno-cygwin'
C:\Users\Steve\Desktop>
Afficher les réponses par date
Oops - should have looked on Google first.
________________________________ From: Steve Graham jsgrahamus@yahoo.com To: Gambit List Gambit-list@iro.umontreal.ca Sent: Thursday, June 7, 2012 7:56 AM Subject: [gambit-list] gsc error
What do you make of this? I have MinGW installed, but not Cygwin on my Win7x64.
Steve
---
C:\Users\Steve\Desktop>type test.scm (declare (block))
(define (f x) (+ (* x x) (- x 1)))
(define (g y) (f (f y)))
(pp 123)
C:\Users\Steve\Desktop>gsc test.scm gcc: error: unrecognized command line option '-mno-cygwin'
C:\Users\Steve\Desktop>
_______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
On Thu, Jun 07, 2012 at 07:40:59AM -0700, Steve Graham wrote:
Oops - should have looked on Google first.
And could you post a summary of the answer from google here so that if google finds someone else this message instead of the one you found, they'll still be able to get the answer?
-- hendrik
Good point.
I was running this on a Win7 system. The link said there were 2 options: 1) Remove this gcc option from the gambc-cc.bat file; or better 2) Compile from source.
Steve
________________________________ From: Hendrik Boom hendrik@topoi.pooq.com To: gambit-list@iro.umontreal.ca Sent: Thursday, June 7, 2012 9:44 AM Subject: Re: [gambit-list] gsc error
On Thu, Jun 07, 2012 at 07:40:59AM -0700, Steve Graham wrote:
Oops - should have looked on Google first.
And could you post a summary of the answer from google here so that if google finds someone else this message instead of the one you found, they'll still be able to get the answer?
-- hendrik _______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list