tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] #pragma comment(lib,...) patch


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] #pragma comment(lib,...) patch
Date: Tue, 14 Apr 2015 21:01:16 +0300

Hi! Try
  tcc -vv dumb.c -L. -lhello -run
This work well and this is a gcc behavior. A library must be at the
end. But we can consider to force args parser to put libraries at the
end in any case.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]