Hi! I am having problems building one of my packages (one I wrote myself) for hppa. The buildd gives me tons of errors, and when I try to resolve them myself (by trying to compile on paer), I don't get anywhere... I am wondering if this is because hppa uses gcc 3.0 instead of gcc 2.95 that I use.
The package in question is "turqstat", and it's especially this from the buildd log that I don't understand: >From the configure script: checking for cout in -lstdc++... no This is my check to include the correct C++ library (I also support OS/2 builds, where this library is called stdcpp, thus the somewhat unorthodox check). However, it does not seem to find cout? That's really weird. And in the actual build I get a lot of errors like these: utility.h:102: `string' undeclared (first use this function) utility.h:102: (Each undeclared identifier is reported only once for each function it appears in.) statengine.h:82: 'string' is used as a type, but is not defined as a type. Which is weird, since I don't get any errors about missing include files or anything. Any help would be appreciated. Please Cc: me as I do not subscribe to this list. -- \\// peter - http://www.softwolves.pp.se/ Statement concerning unsolicited e-mail according to Swedish law: http://www.softwolves.pp.se/peter/reklampost.html

