> 4) You build with g++-3.3, you *sure* that it will work with the g++-4.0
> built OOo and libstlport4.6? I doubt that.

Mm.. Since OOo's debian/rules says GCC_VERSION='', I assume it uses default 
GCC for autobuild, no? OO2-soikko's setup.mk currently contains stuff like 
this:

  SDK_GXX_INCLUDE_PATH=/usr/include/c++/3.3
  CPPUHELPERLIB=-luno_cppuhelpergcc3
  CPPU_ENV=gcc3

Third variable seems to be unused and the first could apparently
be replaced with SDK_GXX_INCLUDE_PATH=/usr/include/c++/<GCC_VERSION>.

How about CPPUHELPERLIB? Will libuno_cppuhelpergcc4 appear automatically once 
OOo is rebuilt with GCC 4? And if so, is it always named after GCC's major 
version digit? I.e. do you think something like 
<GCC_VERSION> | sed 's/\..*//' would be safe?

- Jarno


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to