[gambit-list] building an executable program on Windows
Timothy Ritchey
tritchey at paragent.com
Sun Jun 11 12:52:13 EDT 2006
That did the trick. Thanks!
For future reference, is there anything I should have done to avoid
the line-ending conversion?
Cheers,
Tim R.
On Jun 11, 2006, at 11:59 AM, Guillaume Cartier wrote:
> The problem is that Gambit assumes that lines in generated .c files
> are ended with only linefeeds (0A) but your
> _gambc.c file got converted to Windows line end standard. Just use
> an editor to adjust the file should fix the problem.
>
> Timothy Ritchey wrote:
>> I am getting the following error when I try the example from the
>> documentation on building an executable program on my Windows XP
>> machine:
>>
>> $ gsc -c m2
>>
>> $ gsc -c m3
>>
>> $ gsc m2.c m3.c
>> *** ERROR -- linker info is missing from file C:\msys\1.0\local
>> \Gambit-C\lib\_gambc.c
>>
>> I get this same error whether I use a version built using the
>> Visual Studio solution file included in misc, or an MSYS build (in
>> this case, a simple ./configure without any options).
>>
>> Does anyone have any suggestions for what I might be doing wrong?
>>
>> Cheers,
>> Tim R.
>> _______________________________________________
>> Gambit-list mailing list
>> Gambit-list at iro.umontreal.ca
>> http://mailman.iro.umontreal.ca/mailman/listinfo/gambit-list
>>
>>
More information about the Gambit-list
mailing list