[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Warning: May need to re-run autogen.sh on next build
From: |
c. |
Subject: |
Re: Warning: May need to re-run autogen.sh on next build |
Date: |
Sun, 29 Jul 2012 18:34:44 +0200 |
Il giorno 29/lug/2012, alle ore 15.46, c. ha scritto:
>
> Il giorno 28/lug/2012, alle ore 19.00, address@hidden ha scritto:
>
>> Date: Sat, 28 Jul 2012 11:33:38 -0400
>> From: Michael D Godfrey <address@hidden>
>> To: Rik <address@hidden>
>> Cc: Octave Maintainers <address@hidden>
>> Subject: Re: Warning: May need to re-run autogen.sh on next build
>> Message-ID: <address@hidden>
>> Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"
>>
>> On 07/28/2012 10:48 AM, Rik wrote:
>>> If it returns a file in the DLD-FUNCTIONS directory then you need to try
>>> Approach #2.
>>>
>>> --Rik
>> I used the approach #1 with hg update ahead of make, but I get:
>> octave:2> which fft
>> `fft' is a built-in function from the file src/corefcn/fft.cc
>> octave:3>
>>
>> Is this not what you expected?
>>
>> mdg
>
> Hi,
> I used approach #1 and I get a build failure with the following message:
>
> libtool: link: ( cd "corefcn/.libs" && rm -f "libcorefcn.la" && ln -s
> "../libcorefcn.la" "libcorefcn.la" )
> Undefined symbols:
> "_zhgeqz_", referenced from:
> Fqz(octave_value_list const&, int)in liboctinterp_la-qz.o
> "_dhgeqz_", referenced from:
> Fqz(octave_value_list const&, int)in liboctinterp_la-qz.o
> "_dlag2_", referenced from:
> Fqz(octave_value_list const&, int)in liboctinterp_la-qz.o
> "_ztgevc_", referenced from:
> Fqz(octave_value_list const&, int)in liboctinterp_la-qz.o
> "_dtgevc_", referenced from:
> Fqz(octave_value_list const&, int)in liboctinterp_la-qz.o
> "_zggbak_", referenced from:
> Fqz(octave_value_list const&, int)in liboctinterp_la-qz.o
> Fqz(octave_value_list const&, int)in liboctinterp_la-qz.o
> "_zggbal_", referenced from:
> Fqz(octave_value_list const&, int)in liboctinterp_la-qz.o
> "_dggbak_", referenced from:
> Fqz(octave_value_list const&, int)in liboctinterp_la-qz.o
> Fqz(octave_value_list const&, int)in liboctinterp_la-qz.o
> "_dggbal_", referenced from:
> Fqz(octave_value_list const&, int)in liboctinterp_la-qz.o
> "_zgghrd_", referenced from:
> Fqz(octave_value_list const&, int)in liboctinterp_la-qz.o
> "_dgghrd_", referenced from:
> Fqz(octave_value_list const&, int)in liboctinterp_la-qz.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> make[3]: *** [liboctinterp.la] Error 1
> make[3]: Leaving directory `/Users/carlo/Desktop/OF/octave/octave-auth/src'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/Users/carlo/Desktop/OF/octave/octave-auth/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/Users/carlo/Desktop/OF/octave/octave-auth'
> make: *** [all] Error 2
>
> Any idea how I should proceed to fix this?
> c.
I seem to have find the problem, I pushed this changeset:
http://hg.savannah.gnu.org/hgweb/octave/rev/e499ebcd3b0f
which solves the issue for me.
c.