Boost logo

Boost Users :

From: Ying-Chieh Liao (ijliao_at_[hidden])
Date: 2003-12-04 04:23:15


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



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net