Thread: gcc .lib
View Single Post
Old 20 October 2014, 00:49   #2
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
on the shell, did you tried this: gcc code.c reaction.lib -o code.exe ?
in the makefile just add reaction.lib at the end of the lines with your files to be compiled.

may work, maybe not

edit: post your makefile and some error messages. may help to find a solution.
emufan is offline  
 
Page generated in 0.04939 seconds with 11 queries