[gambit-list] building an executable program on Windows

Guillaume Cartier gcartier at metascoop.com
Sun Jun 11 11:59:57 EDT 2006


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