From: Martin B. <ma...@as...> - 2003-03-14 16:29:34
|
On Thu, 13 Mar 2003 13:26:12 +0200, I.S.Kuten wrote: >I have a problem to include SDLmm to my application on ./configure stage . >[...] >configure:4555: gcc -o conftest -g -O2 -I/usr/include/SDL -D_REENTRANT conftest.c -L/usr/lib -Wl,-rpath,/usr/lib -lSDL Looks like you need to tell autoconf that you are writing a C++ program instead of a C program. If I recall correctly, the macro for that is AC_LANG_CPLUSPLUS . Regards, Martin |