|
Boost-Build : |
Subject: Re: [Boost-build] Linking problem in HP-UX with aCC
From: João Luís Pinto (joaoluispinto_at_[hidden])
Date: 2009-05-26 12:22:00
The Jamfiles:
db_channel.jam
exe db_channel
: [ glob src/*.cxx ] /bus//bus_core_gui_libs /bus/database//database
: <host-os>hpux:<define>EFA_XT_GRAPHIC
<host-os>linux:<define>EFA_XT_GRAPHIC
<host-os>windows:<define>EFA_ILOG_GRAPHIC
<host-os>windows,<link>shared:<define>BUS_CORE_USE_DLL
<host-os>windows,<link>shared:<define>DATABASE_USE_DLL
<host-os>windows:<user-interface>gui
<include>src
;
uid_allocator.jam
exe uid_allocator
: [ glob src/*.cxx ] /bus//bus_core_gui_libs
: <host-os>hpux:<define>EFA_XT_GRAPHIC
<host-os>linux:<define>EFA_XT_GRAPHIC
<host-os>windows:<define>EFA_ILOG_GRAPHIC
<host-os>windows,<link>shared:<define>BUS_CORE_USE_DLL
<host-os>windows:<user-interface>gui
<include>src
;
In Jamroot.jam:
use-project /bus/database : bus-extensions/src/main/cpp/lib/database ;
alias bus_core_gui_libs
: /boost//thread
/bus//clnt
/bus//occi
/bus//omniDynamic4
/bus//omniORB4
/bus//stream
/bus//X11
/bus//Xt
/bus//xerces-c
/bus//z
/bus/bus//bus
/bus/bus_services//bus_services
/bus/efa//efa
/bus/frk_gui//frk_gui
: <host-os>hpux
;
João
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk