Bug #18978 2013-04-23 17:59

akio

OpenWatcom linker's command line

Up to now I was working on CB version 12.11 SVN 8734 with compiler Open Watcom v1.9 and everything worked very well. Last night I decided to update to the newest version (SVN 8993) and now there's a problem with getting my projects finished.

Compiler is doing its work well as before but the Linker sends an error message: Error! E3033: directive error near 'xxxxx.exe' now. What I'm wondering about are the double/extra commata in the Linker's command line:

Quote

wlink.exe option quiet option map op symf LIBP C:\watcom\lib386;C:\watcom\lib386\nt file obj\Release\calc.obj,,obj\Release\dialog1.obj,,obj\Release\dialog2.obj,,obj\Release\draw.obj,,obj\Release\menue.obj,,obj\Release\poly.obj, name bin\Release\Poly.exe option resource=obj\Release\poly.res

Error! E3033: directive error near 'bin\Release\Poly.exe'

For explanation: I haven't changed anything in the compilers/linkers setup for this was working very vell before.

Anybody's got an idea how to fix this???

Thanks in advance and best regards.

Category
Application::WrongBehaviour
Group
Platform:Windows
Status
Closed
Close date
2013-04-29 19:33
Assigned to
alpha0010
alpha0010 2013-04-29 19:33

This bug is now fixed in HEAD.

Thank you for reporting it.