octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #37122] mex with subdirs links same object twi


From: Rik
Subject: [Octave-bug-tracker] [bug #37122] mex with subdirs links same object twice (multiple definition)
Date: Wed, 05 Sep 2012 05:40:00 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0

Follow-up Comment #3, bug #37122 (project octave):

I see what the problem is.  The file names on the command line 'subdir/f.c'
and 'subdir/g.c' are being incorrectly parsed.  Instead of trying to compile
these source files to the object files f.o and g.o, mkoctfile is trying to
compile them both to the same object file subdir.o.

I'll look further into this.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37122>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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