octave-maintainers
[Top][All Lists]
Advanced

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

Re: OP_SRCDIR rule


From: John W. Eaton
Subject: Re: OP_SRCDIR rule
Date: Sat, 1 Sep 2012 14:35:10 -0400

On  1-Sep-2012, Daniel J Sebald wrote:

| Compilation appears to be proceeding, but I notice now there seems to be 
| duplicate includes:
| 
| libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../octave/libinterp -I.. 
| -I../../octave/liboctave/cruft/misc -I../liboctave/array 
| -I../../octave/liboctave/array -I../liboctave/numeric 
| -I../../octave/liboctave/numeric -I../liboctave/operators 
| -I../../octave/liboctave/operators -I../liboctave/system 
| -I../../octave/liboctave/system -I../liboctave/util 
| -I../../octave/liboctave/util -I../liboctave -I../../octave/liboctave 
| -I../../octave/libinterp/octave-value -I../../octave/libinterp/operators 
| -Iparse-tree -I../../octave/libinterp/parse-tree -Iinterp-core 
| -I../../octave/libinterp/interp-core -Iinterpfcn 
| -I../../octave/libinterp/interpfcn -Icorefcn -I../libgnu 
| -I../../octave/libgnu -g -O2 -pthread -I/usr/include/freetype2 -Wall -W 
| -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings 
| -Wcast-align -Wcast-qual -g -O2 -pthread -MT 
| corefcn/corefcn_libcorefcn_la-givens.lo -MD -MP -MF 
| corefcn/.deps/corefcn_libcorefcn_la-givens.Tpo -c 
| ../../octave/libinterp/corefcn/givens.cc  -fPIC -DPIC -o 
| corefcn/.libs/corefcn_libcorefcn_la-givens.o
| 
| i.e.,
| 
| -I../liboctave/array -I../../octave/liboctave/array

Are you building in the source tree?

If you are building in a separate directory tree, then these will not
be the same.

jwe


reply via email to

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