dpkg -l -- lists all the packages installed on the current machine. (ii on the left indicates it is installed correctly, not corrupt, removed or partial...)
[EMAIL PROTECTED]:~/etc/network$ dpkg -l | grep g++ ii g++-3.3 1:3.3.6-15ubuntu6 The GNU C++ compiler [EMAIL PROTECTED]:~/etc/network$ On debian derived distros, -dev is the equivalent of -devel on Redhat inspired ones. [EMAIL PROTECTED]:~/apps/qpid/cpp$ dpkg -l | grep boost | grep dev ii libboost-dev 1.34.1-4ubuntu3 Boost C++ Libraries development files ii libboost-filesystem-dev 1.34.1-4ubuntu3 filesystem operations (portable paths, itera ii libboost-graph-dev 1.34.1-4ubuntu3 generic graph components and algorithms in C ii libboost-iostreams-dev 1.34.1-4ubuntu3 Boost.Iostreams Library development files ii libboost-program-options-dev 1.34.1-4ubuntu3 program options library for C++ ii libboost-regex-dev 1.34.1-4ubuntu3 regular expression library for C++ ii libboost-serialization-dev 1.34.1-4ubuntu3 serialization library for C++ ii libboost-signals-dev 1.34.1-4ubuntu3 managed signals and slots library for C++ ii libboost-test-dev 1.34.1-4ubuntu3 components for writing and executing test su ii libboost-thread-dev 1.34.1-4ubuntu3 portable C++ multi-threading ii libboost-wave-dev 1.34.1-4ubuntu3 C99/C++ preprocessor library [EMAIL PROTECTED]:~/apps/qpid/cpp$ config.log attached. On Wed, Jun 18, 2008 at 10:55 AM, Alan Conway <[EMAIL PROTECTED]> wrote: > On Wed, 2008-06-18 at 09:50 +0100, Aidan Skinner wrote: > > On Wed, Jun 18, 2008 at 3:27 AM, Peter Silva <[EMAIL PROTECTED]> > wrote: > > > > > export PKG_CONFIG=/usr/bin/pkg-config > > > export CXXFLAGS=-I/usr/include > > > > > > no change in behaviour. > > > > Can you attach the contents of config.log? > > > > - Aidan > > Do you have the boost developer package installed? On fedora it's > boost-devel not sure what its called on Ubuntu. > > >
