Steve M. Robbins writes: > Hi Matthias, > > On Mon, Jun 25, 2007 at 11:45:51PM +0200, Matthias Klose wrote: > > Package: gmp > > Version: 2:4.2.1+dfsg-4 > > > > for example, > > > > gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../tests > > -g -O2 -c t-divis_2exp.c > > In file included from t-divis_2exp.c:27: > > ../../gmp.h:1600: warning: C99 inline functions are not supported; using > > GNU89 > > ../../gmp.h:1600: warning: to disable this warning use -fgnu89-inline or > > the gnu_inline function attribute > > > > I have no idea what you think the problem is.
well, the warning proposes two solutions: - use -fgnu89-inline - mark the function with the gnu_inline function attribute see `-fgnu89-inline' in gcc-4.2(1) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]