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:1 by Vladimir Prus, 19 years ago

Logged In: YES 
user_id=321498

The current CVS version of bjam builds OK with msvc. 
Probably you're using an old version? Could you please try 
the new one and if it builds ok, close this bug? 
Thanks. 

comment:2 by René Rivera, 19 years ago

Status: assignedclosed
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.