$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] building boost (regex) in mingw
From: John Maddock (john_at_[hidden])
Date: 2008-12-16 05:08:11
Lorenzo Bettini wrote:
>> Well, actually I need to use my program and the libraries with
>> autotools...
>>
>> would it work the same even with .dll and .lib?
for the .dll yes I believe so: mingw will look for an appropriately named
.dll when you use -lfoo and link straight to it without needing an
intermediate .lib or .a file.
John.