This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gfortran and lapack problem


It appears that it is a problem with the terminal I was using. I was
compiling my code using the smart-compile package for emacs, and then
printing the output using the emacs-shell. The compilation was not the
problem (I compiled it from the Cygwing terminal as well with the same
results). But when I used the Cygwin terminal to print the results
everything works. This is kind of odd because the emacs-shell had
worked for me before (w/o blas or lapack), but this is of course not a
Cygwin's problem. Sorry for wasting your time with this silly problem.
Thanks so much for your help.

On Mon, Oct 20, 2014 at 11:57 AM, Marco Atzeri <marco.atzeri@gmail.com> wrote:
> On 10/20/2014 5:42 PM, Christian wrote:
>>
>> I'm using 64 bit Cygwin.
>> I guess that the "compilation finished" message I got is because of my
>> compiling interface, so I don't think is important.
>
>
> can you remove the interface usage an use only
>
>    gfortran MyTest.f90 -o MyTest -llapack -lblas
>
> For my it works fine
>
> $ ./MyTest.exe
>  Printing the results
>            0
>  End printing
>
> Additional question, which terminal are you using ?
>
>
>> Thanks!
>
> Regards
> Marco
>
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]