pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/42683 (math/octave core dumped on NetBSD x86 pkgsrc-2009Q4)
The following reply was made to PR pkg/42683; it has been noted by GNATS.
From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/42683 (math/octave core dumped on NetBSD x86 pkgsrc-2009Q4)
Date: Mon, 12 Sep 2011 17:26:43 +0900
On Mon, 27 Sep 2010 09:35:03 +0900, Joerg Sonnenberger
<joerg%britannica.bec.de@localhost> wrote:
> On Sun, Sep 26, 2010 at 11:50:06PM +0000, David Holland wrote:
> > It is apparently getting its modules/plugins (?) built as executables
> > instead of shared libs. See the second followup message in the PR.
> Well, looking at the build log, it is using
> libtool --mode=link c++ -shared -o amd.oct pic/amd.o ...
> which is clearly broken and only ever worked by accident. Changing
> -shared into -module might be good enough.
I feel unless output filename is end with *.la, executable object will be
created
even if -module is specified.
--
OBATA Akio / obache%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index