On Sat, 2008-01-05 at 15:10 +0000, Andy Armstrong wrote: > On 5 Jan 2008, at 14:58, Andy Armstrong wrote: > > Ah - that's the problem - you don't have the standard headers needed > > to compile the module. > > > > On Ubuntu I believe you need to > > > > $ sudo apt-get install libc6-dev > > > > Alternately you could > > > > $ sudo apt-get install build-essentials > > > > which would get you libc6-dev and a bunch of other stuff you may or > > may not need :) > > > And I've just installed threads and threads::shared on an Ubuntu box > here and it works fine, so once you have libc6-dev you should be OK I > hope. >
That did the trick... thanks for all your help