[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gcc & mzc on win32




I've got 103p1 installed, and I'm trying to run mzc.

When I run 'mzc grains.ss' under Cygwin, I get the
following linker error:

link-extension: (C:\cygwin\bin\ld.exe --dll
c:\DOCUME~1\brian\LOCALS~1\Temp\mzcT
MPgrains.obj
c:\progra~1\plt\.\collects\setup\..\..\collects\mzscheme\lib\win32\
i386\gcc\mzdyn.exp
c:\progra~1\plt\.\collects\setup\..\..\collects\mzscheme\lib\
win32\i386\gcc\mzdyn.o
c:\progra~1\plt\.\collects\setup\..\..\collects\mzscheme\
lib\win32\i386\gcc\init.o
c:\progra~1\plt\.\collects\setup\..\..\collects\mzsche
me\lib\win32\i386\gcc\fixup.o --base-file
c:\DOCUME~1\brian\LOCALS~1\Temp\tmp4.b
ase -e _dll_entry@12 -o .\grains.dll)
c:\DOCUME~1\brian\LOCALS~1\Temp\mzcTMPgrains.obj(.text+0x7f):c:\DOCUME~1\brian\L
OCALS~1\Temp\mzcTMPgrains.c: undefined reference to `scheme_raise_exn'
c:\DOCUME~1\brian\LOCALS~1\Temp\mzcTMPgrains.obj(.text+0x92):c:\DOCUME~1\brian\L
OCALS~1\Temp\mzcTMPgrains.c: undefined reference to `GC_malloc'
c:\DOCUME~1\brian\LOCALS~1\Temp\mzcTMPgrains.obj(.text+0xc4):c:\DOCUME~1\brian\L
OCALS~1\Temp\mzcTMPgrains.c: undefined reference to `scheme_intern_symbol'
c:\DOCUME~1\brian\LOCALS~1\Temp\mzcTMPgrains.obj(.text+0xea):c:\DOCUME~1\brian\L
OCALS~1\Temp\mzcTMPgrains.c: undefined reference to `scheme_build_list'

and these undefined references continue on for hundreds of lines...

Is there some sort of extra configuration I have to do?  Everything
else under PLT Scheme runs great.

Thanks!


Brian