$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Avram Aelony (aavram_at_[hidden])
Date: 2003-10-27 03:48:33
This may be a naive question, but on Mac Os X one can compile other
libraries as a "framework", for example I can use the OpenGL library by
compiling as follows:
% g++ mytest.cpp -framework OpenGL
Is it possible to be able to do the same style compilation for Boost?
Ideally, something like this would be nice...
% g++ mytest.cpp -framework Boost
Incidentally, although I have installed Boost with bjam, simply
compiling a Hello World style program that uses a Boost function gives
me errors...
An example would be great.
thanks,
Avram