$include_dir="/home/hyper-archives/ublas/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2006-05-10 08:10:17
dvir schirman wrote:
> I used gcc
You have to use g++ for linking, otherwise it won't pick up the std c++
library automatically. This is why you are getting the link errors.
Markus