
Ralf W. Grosse-Kunstleve wrote:
--- Markus_Schöpflin <markus.schoepflin@epost.de> wrote:
Which switches do you want to add to the toolset?
-model ansi
Using cxx V6.5-031, Boost.Python doesn't build with -model ansi. I get heaps of "unresolved symbol" errors. Now installing the latest compiler... Ralf
As a side note. Do you also get the following warnings when compiling boost.python for this platform on each and every file: cxx: Warning: /net/camos/opt/exec/OSF1-V5.1-alpha/include/python2.3/pyconfig.h, line 840: #47-D incompatible redefinition of macro "_OSF_SOURCE" (declared at line 223 of "/usr/include/standards.h") #define _OSF_SOURCE 1 --------^ cxx: Warning: /net/camos/opt/exec/OSF1-V5.1-alpha/include/python2.3/pyconfig.h, line 847: #47-D incompatible redefinition of macro "_POSIX_C_SOURCE" (declared at line 213 of "/usr/include/standards.h") #define _POSIX_C_SOURCE 200112L --------^ cxx: Warning: /net/camos/opt/exec/OSF1-V5.1-alpha/include/python2.3/pyconfig.h, line 859: #47-D incompatible redefinition of macro "_XOPEN_SOURCE" (declared at line 203 of "/usr/include/standards.h") #define _XOPEN_SOURCE 600 --------^ Markus