> is it some order of compilation that's messed
> up, perhaps?

I have not built a windows drawterm for years, and at that time I had
a few small problems - the windows executable is usually built by
cross compilation on Linux, not to say that it shouldn't be possible
under mingw.

if its order of compilation gld has a bodgeit option which tells it
to keep rescanning libraries until all symbols are satasfied.

you need to put the -l args inside round brackets, the brackets may need to
be escaped with backslashes to get around special meanings to gmake or
bash (run by gmake).

-Steve

Reply via email to