$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Dubuc (pdubuc_at_[hidden])
Date: 2002-05-20 07:21:00
the_3_project wrote:
>
> How do I compile a program that uses the libregex program? It seems
> that whenever I do this:
>
> $ gcc -o te1 te1.cc -lboost_regex
Use g++, not gcc.