Thread: gcc .lib
View Single Post
Old 20 October 2014, 17:23   #5
Leffmann
 
Join Date: Jul 2008
Location: Sweden
Posts: 2,269
When you've converted from .lib to .a format, use
-lreaction
to link with Reaction. GCC (or LD) will look for "libreaction.a" in the default library directories, which are usually hard-coded into GCC, but you can specify additional directories with
-Lsome:path/
Leffmann is offline  
 
Page generated in 0.04437 seconds with 11 queries