|
From: | ankit2313 |
Subject: | Re: libcruft.so: undefined reference |
Date: | Wed, 29 May 2013 09:01:44 -0700 (PDT) |
Il 5/29/2013 5:05 PM, Ankit Shah ha scritto:
> make again returned an error but this time possibly at different position.
> ../libcruft/.libs/libcruft.so: undefined reference to `r_imag'
> ../libcruft/.libs/libcruft.so: undefined reference to `c_exp'
> ../libcruft/.libs/libcruft.so: undefined reference to `i_len'
[cut]Ankit,
> ../libcruft/.libs/libcruft.so: undefined reference to `e_wsfe'
> ../libcruft/.libs/libcruft.so: undefined reference to `d_cnjg'
> ../libcruft/.libs/libcruft.so: undefined reference to `c_abs'
> ../libcruft/.libs/libcruft.so: undefined reference to `d_mod'
> collect2: error: ld returned 1 exit status
> make[3]: *** [octave] Error 1
> make[3]: Leaving directory `/home/ankit/Softwares/octave-3.6.4/src'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/ankit/Softwares/octave-3.6.4/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/ankit/Softwares/octave-3.6.4'
> make: *** [all] Error 2
>
> this are the last few lines of the make process. I would like to ask you
> marco how did you figure out that there was an error in the fortran
> thing during the previous issue. I'm still a rookie so almost all the
> make errors seem the same to me.
>
please try to follow the posting rules. Read:
http://www.idallen.com/topposting.html
You are making hard to help you.
About the error, it is another matter.
It seems that libcruft is not linking with "lm"
the math library. For that reason I changed the subject.
As I am not using "Ubuntu 13.04 Gnome Edition 64 bit."
I have no idea why does not work
Someone else can help you
I suggest to copy the first command of the makefile that failed, so we
can at list see what was executed. Guessing from the output is impossible.
Regards
Marco
[Prev in Thread] | Current Thread | [Next in Thread] |