[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> i'm not sure if this is what you had in mind eric, but here's the c++
> test program and a makefile patch for the mingw32 build serving as an
> example test implementation. for other builds you only need to edit one
> line. the test will simply try to compile an allegro c++ program and
> continue regardless of errors.
Hmm... this is more intricate than expected, since simply using 'new'
requires the program to be linked against libstdc++ with GCC 3.x because of
the dependency upon libsupc++. Which in turn requires the autoconf machinery
to be tweaked. So I postpone the merging until after 4.1.10 WIP is released.
--
Eric Botcazou