[plt-scheme] Mred trunk build failing on Cygwin: libmred.la
Hi,
Question about the Cygwin build of trunk. Followed the Cygwin specific
directions and ran:
mkdir plt
cd ./plt
svn co http://svn.plt-scheme.org/plt/trunk/ trunk
cd ./trunk
cd ./src
mkdir build
cd build
../configure --enable-shared
make --unix
And the build failed with:
make[4]: Entering directory `/home/grettke/plt/trunk/src/build/mred'
/home/grettke/plt/trunk/src/build/lt/libtool --mode=link --tag=CC gcc -no-undefi
ned -release 4.2.4.4 -rpath /home/grettke/plt/trunk/lib -lSM -lICE -lXaw -lXmu
-lXt -lX11 -lXext -lGL -lXrender -lXft -lXrender -lfontconfig -lexpat -liconv -
lfreetype -lz -lX11 -lxcb -lXau -lXdmcp -lcairo -lpixman-1 -lfontconfig -lexpa
t -lfreetype -liconv -lglitz -lm -lpng12 -lz -lxcb-render-util -lXrender -lxcb-r
ender -lX11 -lxcb -lXau -lXdmcp -lpng -lz -ljpeg -ldl -lm -liconv -o libmre
d.la mred.lo mredx.lo wxGC.lo wxJPEG.lo wxs/libwxscheme.la ../wxxt/src/libwx_xt.
la ../wxxt/contrib/xpm/lib/libXpm.la ../wxxt/utils/image/src/libimage_xt.la
../mzscheme/libmzgc.la ../mzscheme/libmred.la
libtool: link: cannot find the library `../mzscheme/libmred.la' or unhandled arg
ument `../mzscheme/libmred.la'
It seems to be there:
grettke at stargate:~/plt/trunk/src/build>ls mzscheme/
Makefile gc libmzgc.la main.lo mzdyn.o sgc starter.exe
dynsrc gc2 libmzscheme.la mzconfig.h mzschemecgc src
Am I doing something wrong again?
Best wishes,
Grant