Re: [Osalp-dev] Question on compiler options
Status: Abandoned
Brought to you by:
daservis
|
From: Darrick S. <da...@dc...> - 2001-08-15 01:19:00
|
Well I have some questions about this. How well does configure run? any errors from that? Try regenerating all the Makefile.in files by using automake on your machine. The -Wall flag is my fault look in configure.in and you'll see a line that says CXXFLAGS="$CXXFLAGS -Wall " delete that. this macro in configure.in defines inline = __inline AC_C_INLINE delete that. To set things up on your machine you should really start from configure.in just go through it line by line and see what each macro does. use info automake or info autoconf or info libtool to find info on the macro. dnl will comment out the line. Good luck. -- Darrick |