J. Robinson wrote: > > What I'm going to attempt next is to move all my moz-related tools to > the same drive that I'm building Mozilla on. I seem to recall in the > past that gcc or some of its related tools weren't too happy if they > were on a separate drive from the source. (I've been told that this > is even a partition problem that can show up in autoconf on Linux > systems; though that point may be moot).
If you're building in the src tree, the problem may be coming from that. AFAIK, that hasn't been tried on OS/2 in about two years, so it may well be broken. Here I've never had problems with gcc and tools on a separate partition. My mozilla trees have always been on some other partition, and I have the objdirs on other partitions as well, and build on a TVFS drive that links them to the root src directory. cd'ing into dbm/src and running gmake there should tell you exactly why it's failing. "Leaving directory" messages mask the original error output. h~
