link fail against boost_filesystem on FreeBSD 5 with gcc 3.3.3
It's my first time using boost
I'm using boost 1.30.2 with FreeBSD 5, where gcc version is 3.3.3
following is my code, quite simple
<code>
#include
On Thu, Dec 04, 2003 at 16:21:34 +0800, Ying-Chieh Liao wrote:
g++ -L/usr/local/lib -lboost_filesystem -o LogParser LogParser.o
after posting this message, I've noticed that I made a big mistake I have to put -L and -l at the end of the command line argument g++ -o LogParser LogParser.o -L/usr/local/lib -lboost_filesystem works well sorry for bothering -- Allocate four digits for the year part of a date : a new millennium is coming. --- David Huber
participants (1)
-
Ying-Chieh Liao