Re: Tcl windows make problems

2007-01-13 Thread jerry gay
On 1/13/07, Matt Diephouse <[EMAIL PROTECTED]> wrote: Ah, I see what happened here. I had to change things around in the first place to be able to link in another object file with my dynamic opcodes. I ended up changing dynoplibs.pl to link arguments differently if they were object files. But my

Re: Tcl windows make problems

2007-01-13 Thread Matt Diephouse
Klaas-Jan Stol <[EMAIL PROTECTED]> wrote: hello, yesterday I had a look at why tcl does not build on windows. Although I haven't been able to fix it, I'd like to share the issues I found, so you don't have to look for it yourself. there were several problems with the makefile line 123: ops

Tcl windows make problems

2007-01-12 Thread Klaas-Jan Stol
hello, yesterday I had a look at why tcl does not build on windows. Although I haven't been able to fix it, I'd like to share the issues I found, so you don't have to look for it yourself. there were several problems with the makefile line 123: ops: src\binary.o , should be binary$(O) this