I tried to get parrot compiling on windows using the borland c++
builder 5.5 command line tools which can be downloaded form
http://www.borland.com/products/downloads/download_cbuilder.html

Now I have some problems:

* borlands make handles && completly different than linux make.
Lines like
cd examples && cd assembly && $(MAKE) mops.pbc PERL=$(PERL) && cd .. && cd ..
fail badly. They are mostly used as replacement for make -C. 
Maybe using a Perl-replacement for make -C might help here.

* Command.com does not like commandlines longer than 127
chars. Therefor the linking fails. Furthermore each object-file needs
a + in front of it.

* even after some ugly Makefile-hacking I got around the 127 char
limit of command.com, TLIB complains about dublicated names:
sub.obj and classes\sub.obj etc. It seems that 2 files of the same
name can't be added to a *.LIB

Any ideas?
boe
-- 
Juergen Boemmels                        [EMAIL PROTECTED]
Fachbereich Physik                      Tel: ++49-(0)631-205-2817
Universitaet Kaiserslautern             Fax: ++49-(0)631-205-3906
PGP Key fingerprint = 9F 56 54 3D 45 C1 32 6F  23 F6 C7 2F 85 93 DD 47

Reply via email to