$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2004-11-06 08:45:20
Some hints:
1) You are using version 1.31. Why are you trying to compile the
libaries yourself?
There are prepacked ones available I think.
2) Is your main file a CPP file? (Ending: *.cpp) -- Linker error
suggests to me it could be a C file.
3) Static linking isn't supported in 1.31. It is available in upcoming
1.32 version.
Roland