search for: am_cxxflags

Displaying 6 results from an estimated 6 matches for "am_cxxflags".

Did you mean: am_cppflags
2007 Apr 28
1
bootstrap: macro `AM_CXXFLAGS' not found in library
...uild Xapian from scratch. This is the current revision from the svn repository today (8400). Any suggestions on what other package may be needed (both gcc and g++ are installed). ken@mercury:~/sandbox/xapian/trunk$ ./bootstrap Bootstrapping `xapian-core' aclocal: configure.ac: 130: macro `AM_CXXFLAGS' not found in library aclocal: configure.ac: 925: macro `AM_CXXFLAGS' not found in library aclocal: configure.ac: 928: macro `AM_CXXFLAGS' not found in library aclocal: configure.ac: 937: macro `AM_CXXFLAGS' not found in library aclocal: configure.ac: 950: macro `AM_CXXFLAGS' no...
2015 Jul 08
1
[Nut-upsuser] Nut-2.7.3 & gcc-3.3.6
Hi Charles, Yes, it looks like my g++ does contain STL library which might be just my specific case... However, as a temporary solution I disabled nutclient in Makefile (please find the file attached). And nut-2.7.3 can be compiled now. Thanks, Sergey On Wed, Jul 8, 2015 at 4:13 AM, Charles Lepple <clepple at gmail.com> wrote: > On Jul 6, 2015, at 10:32 AM, Sergey Talchuk
2005 Jan 29
2
Patch : fix configure.in and Makefile.am problems.
...LY_DISABLED and FLaC__HAS_GAS__TEMPORARILY_DISABLED have been defined on PPC. 2) Fix all instances of CFLAGS/CXXFLAGS being set in Makefile.am. These two variables are automaticall set in Makefile.in. If you need extra flag foo in Makefile.am, the correct way to do it is AM_CFLAGS/AM_CXXFLAGS. Probably more to come as this thing still doesn't compile. Cheers, Erik Index: configure.in =================================================================== RCS file: /cvsroot/flac/flac/configure.in,v retrieving revision 1.105 diff -u -r1.105 configure.in --- configure.in 27 Jan 2005 03...
2005 Jan 30
0
Patch : fix configure.in and Makefile.am problems.
...FLaC__HAS_GAS__TEMPORARILY_DISABLED have been defined on PPC. > 2) Fix all instances of CFLAGS/CXXFLAGS being set in Makefile.am. > These two variables are automaticall set in Makefile.in. If you > need extra flag foo in Makefile.am, the correct way to do it is > AM_CFLAGS/AM_CXXFLAGS. > > Probably more to come as this thing still doesn't compile. OK, thanks, checked in. once linux-ppc is ironed out the release should be ready to go. Josh __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection aro...
2007 Mar 07
2
-D_FORTIFY_SOURCE (was Re: [Xapian-commits] 7903: trunk/xapian-core/)
On Wed, Mar 07, 2007 at 11:45:13AM +0000, richard wrote: > * configure.ac: Add -D_FORTIFY_SOURCE to AM_CXXFLAGS for GCC > builds. According to glibc CVS support for this was added in > October 2004, but it doesn't seem to be documented very well, > other than in features.h. I'd not come across this before, so I had a quick poke around. It's hardly documented *well* in features.h eithe...
2010 Sep 03
1
TinycoreLinux Install
...-------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /mnt/hdd1/search/xapian/xapian/missing --run aclocal-1.11 ' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/hdd1/search/xapian/xapian/missing --run tar' AM_CXXFLAGS=' -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Wshadow -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1 -Winit-self -Wlogical-op -Wmissing-declarations -fvisibility=hidden -mfpmath=sse -ms...