Bug #8391 2006-08-15 11:37
yukito
Linking directories with Open Watcom 1.5
When adding a directory to a project's list of linker directories, it is treated wrong by the IDE. The output is the following:
wcl386.exe -LC:\wxWidgets\lib\wat_dll .objs\torrentframe.o .objs\bitcruncher.o -fe=BitCruncher_wat.exe wxmsw26u.lib
Open Watcom Linker Version 1.5
Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
Source code is available under the Sybase Open Watcom Public License.
See http://www.openwatcom.org/ for details.
Warning! W1107: file __wcl__.lnk: line(2): undefined system name: C:\wxWidgets\lib\wat_dll
loading object files
searching libraries
Warning! W1008: cannot open wxmsw26u.lib : No such file or directory
So it treats it as a library rather than a directory to look for libaries, or at least that's what I think it does.
- Category
- Compiler
- Group
- Status
- Closed
- Close date
- 2007-03-03 03:22
- Assigned to
- biplab
History
Can you give what should be the command line then? what is the flag for adding directories?
A patch has been submitted to Berlios (Patch #1905) which will fix this problem.
OpenWatcom support has been revamped in revision 3657. This bug is now fixed.
Thanks for reporting the bug.