help-octave
[Top][All Lists]
Advanced

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

Re: trying to compile 3.6.1


From: Sergei Steshenko
Subject: Re: trying to compile 3.6.1
Date: Thu, 9 Aug 2012 09:14:12 -0700 (PDT)





>________________________________
> From: Rita <address@hidden>
>To: Sergei Steshenko <address@hidden> 
>Cc: Mike Miller <address@hidden>; help <address@hidden> 
>Sent: Thursday, August 9, 2012 7:03 PM
>Subject: Re: trying to compile 3.6.1
> 
>
>
>
>
>On Thu, Aug 9, 2012 at 11:20 AM, Sergei Steshenko <address@hidden> wrote:
>
>
>>
>>
>>
>>
>>>________________________________
>>> From: Rita <address@hidden>
>>
>>>To: Mike Miller <address@hidden>
>>>Cc: help <address@hidden>
>>>Sent: Thursday, August 9, 2012 4:46 PM
>>
>>>Subject: Re: trying to compile 3.6.1
>>>
>>>
>>
>>>I tried both, change the order and putting BLAS and LAPACK in LDFLAGS. 
>>>Changing the order seemed to compile fine but make check failed with same 
>>>error.  
>>>
>>>Adding my LAPACK and BLAS into LDFLAGS isn't working because ./configure is 
>>>complaining that I need LAPACK and BLAS eventhough i have it set. Perhaps, 
>>>this is a bug? 
>>>
>>
>>I think it is a bug. To the extent I have a workaround for it in my 
>>AppsFromScratch version sent to you.
>>
>>You can understand what the workaround is looking into
>>
>>AppsFromScratch/20120503_old/include/perl/project_specific/default_build_data_sub.prl
>>
>>file and locating there
>>
>>
>>      octave => # !!! -l:liblapack.a !!!
>>        do{
>>          my $major_ver = '3';
>>          my $minor_ver = '6';
>>          my $micro_ver = '2';
>>...
>>
>>piece of code - look for appearances of 'liblapack' in that portion.
>>
>>
>>Regards,
>>  Sergei.
>>
>>
>Sergei,
>
>
>Thanks for the confirmation. what should I do if I am doing this manually? 
>
>


Did you look into the file ? Did you see the

configure_args =>
...

portion. specifically, its bottom part ? Did you see the "liblapack" part there 
?

Regards,
  Sergei.



>


reply via email to

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