Opened 19 years ago
Closed 19 years ago
#170 closed Bugs (Fixed)
jam build faild on windows
Reported by: | nobody | Owned by: | René Rivera |
---|---|---|---|
Milestone: | Component: | None | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
Jam build fails on windows with toolset msvc and vc7. The reason is the option </LIBPATH:"%LIB%"> in build.bat and </LIBPATH:$(LIB:J=" ")> in build.jam. <cl.exe> reports that </LIBPATH> is an unkown option. Remove </LIBPATH:"%LIB%"> and </LIBPATH:$(LIB:J=" ")> completely for the toolset msvc and vc7 and the build works. Thanks, Sinisa. <simas@gmx.net>
Change History (2)
comment:2 by , 19 years ago
Status: | assigned → closed |
---|
Logged In: YES user_id=33595 Closing this as it's already fixed in CVS. It was fixed precisely by removing the use of LIBPATH ;-)
Note:
See TracTickets
for help on using tickets.