Boost logo

Boost :

From: Yitzhak Sapir (Yitzhak.Sapir_at_[hidden])
Date: 2008-03-11 07:01:47


The above command lines should be:
> g++ -I sources/3rdParty/boost -I sources/3rdParty/local-config/linux/
> g++ -Lsources/3rdParty/releases/linux/debug -lboost_regex test.cpp
> g++ [works] -I sources/3rdParty/boost -I
> g++ sources/3rdParty/local-config/linux/
> g++ -Lsources/3rdParty/releases/linux/release -lboost_regex test.cpp
> g++ [gives above error]

I guess my mail program (Outlook) reduplicates the > g++ on every new line when it splits up the lines. Sorry about this.

g++ -I sources/3rdParty/boost -I sources/3rdParty/local-config/linux/
-Lsources/3rdParty/releases/linux/debug -lboost_regex test.cpp
[works]

g++ -I sources/3rdParty/boost -I sources/3rdParty/local-config/linux/
-Lsources/3rdParty/releases/linux/release -lboost_regex test.cpp
[gives above error]

Yitzhak Sapir

CONFIDENTIALITY CAUTION
This e-mail and any attachments may be confidential or legally privileged. If you received this message in error or are not the intended recipient, you should destroy the e-mail message and any attachments or copies, and you are prohibited from retaining, distributing, disclosing or using any information contained herein. Please inform us of the erroneous delivery by return e-mail.
Thank you for your cooperation.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk