$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal D. Becker (nbecker_at_[hidden])
Date: 2002-05-31 07:24:19
My program links with the lib popt. To make this work, I use this
signature for main:
int main (int argc, const char** argv) (note the const)
This causes a link failure if I try to use test/cpp_main.cpp:
Test14.o: In function `boost::test::cpp_main_caller::operator()()':
/home/nbecker/overlay/Test/fixed/../../src/float/ArbitraryFilter.H:52: undefined reference to `cpp_main(int, char**)'
Any suggestions?