octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave 2.9.16 available for ftp -- build problems on freebsd/amd64


From: John W. Eaton
Subject: Re: Octave 2.9.16 available for ftp -- build problems on freebsd/amd64
Date: Wed, 14 Nov 2007 15:45:09 -0500

On 14-Nov-2007, sam sirlin wrote:

| Regarding Makefrag.bsd, the flags that are filtered out for some files
| 
|   PT_FLAGS = -fexternal-templates -fno-implicit-templates
|   CXXFLAGS_NO_PT_FLAGS = $(filter-out $(PT_FLAGS), $(ALL_CXXFLAGS))
| 
| are never set in my normal compilation. In fact, some tests seem to show 
| that  the compile lines with
| 
| CXXFLAGS_NO_PT_FLAGS
| 
| are never used anyway. Not sure why.
| rm src/pic/lex.o; gmake -d gives tons of output, including
|          Found an implicit rule for `pic/lex.o'.
| compilation line without filter
| 
| adding to cxxflags I do see
| c1plus: warning: switch '-fexternal-templates' is no longer supported
| 
| I'll try and do a complete build from scratch forcing those flags in 
| cxxflags later...

OK, I looked again and given that Octave's configure script no longer
tries to use these options (and probably hasn't in several years at
least) I think it should be safe to remove Makefrag.bsd.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]