Re: ECW and EMAKE problem using watcom
- Posted by Jason Gade <jaygade at ya?oo.co?> Sep 25, 2007
- 701 views
Bernie Ryan wrote: > > > running emake I get this error : > > linking > Error! E3138: file objfiles.lnk: line(23): invalid filename 'D:\' > you can now link with: motor.dll > > > the objfiles.lnk file contains this : > > ¦FILE init-.obj > ¦FILE D:\#EU30\bin\ecw.lib <<--- this is NOT a invalid filename > ¦EXPORT instance='__3instance@0' > > I also get this error if I put the ecw.lib file in the current directory : > > linking > Warning! W1008: cannot open graph.lib : No such file or directory > you can now link with: motor.dll > > > Bernie > > My files in archive: > WMOTOR, XMOTOR, W32ENGIN, MIXEDLIB, EU_ENGIN, WIN32ERU, WIN32API > > Can be downloaded here: > <a > href="http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=bernie+ryan">http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=bernie+ryan</a> I probably can't help much, but which compiler/linker are you using? It sounds like the linker is choking on the filename. -- A complex system that works is invariably found to have evolved from a simple system that works. --John Gall's 15th law of Systemantics. "Premature optimization is the root of all evil in programming." --C.A.R. Hoare j.