Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: cerebro.physics.uoc.gr: www set sender to kele AT physics DOT uoc DOT gr using -f Message-ID: <1101034901.41a07595b20ce@webmail.physics.uoc.gr> Date: Sun, 21 Nov 2004 13:01:41 +0200 From: kele AT physics DOT uoc DOT gr To: cygwin AT cygwin DOT com Cc: mark DOT paulus AT mci DOT com Subject: Re: Clapack on Cygwin revisited References: <0I7G00C0I6YZM4 AT pmismtp01 DOT mcilink DOT com> <1100946450 DOT 419f1c1291eee AT webmail DOT physics DOT uoc DOT gr> In-Reply-To: <1100946450.419f1c1291eee@webmail.physics.uoc.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.3 X-Originating-IP: 212.205.208.40 X-MailScanner: Found to be clean X-MailScanner-From: kele AT physics DOT uoc DOT gr X-IsSubscribed: yes Hi! Just a brief (happy :) note to say that I managed to compile the test programme at last! :)) The full compilation command I used is the following: gcc -mno-cygwin -I/usr/local/lib/ -I/usr/local/include -O3 testclapack.c -L/usr/local/lib lapack_CYGWIN.a -llapack -lcblaswr -lcblas tmglib_CYGWIN.a -ltstatlas -latlas -lg2c -lI77 -lf77blas -lm quite a long one, or? :) anyway...it worked for me...it is important to say that the files: lapack_CYGWIN.a and tmglib_CYGWIN.a I had to copy from /usr/local/lib to my home directory before compiling the programme. I suspect that I will have to have those two library files in the same directory as the c-programme I will be compiling every time...that's ok... The include files in the testclapack.c are the: stdio.h, f2c.h, clapack.h, blaswrap.h, cblas.h, fblaswr.h, fmt.h I am not very sure which of all these "#include"s and compilation options are redundant and I will try reducing the compilation command (along with the number of included files in testclapack.c) and I could post the outcome. In the mean time, this is the command that works. Thank you everyone for your help! regards, kele ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/