octave-maintainers
[Top][All Lists]
Advanced

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

Re: gnulib and automake


From: John W. Eaton
Subject: Re: gnulib and automake
Date: Sun, 15 Nov 2009 10:04:43 -0500

On 15-Nov-2009, Michael Goffioul wrote:

| Right now, I could get stuff compiled (with some changes, I'll report
| all of them when I complete compilation) up to liboctinterp. Compilation
| of oct-files fails at link time. The problem is that OCTINTERP_DLL gets
| defined when compiling oct-sources, while it should not be the case.
| I'm not sure what is causing that. Any idea?

Do you have

  liboctinterp_la_CPPFLAGS = @OCTINTERP_DLL_DEFS@ $(AM_CPPFLAGS)

or do you have @OCTINTERP_DLL_DEFS@ directly in $(AM_CPPFLAGS) in
src/Makefile.am?  If it is defined in liboctinterp_la_CPPFLAGS, then I
think it should apply only to the sources that make up
liboctinterp.la.

jwe


reply via email to

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