|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Trouble Integrating GSLHi all,
I am new to MinGW and am finding a lot of the documentation confusing. I was wondering if someone could help. I have a windows machine (xp pro). I have just installed MinGW 5.1.6 and now i am in the process of getting GSL to work within it. I installed MinGW in c:\MinGW as expressed in the documentation. I have also added c:\MinGW\bin to the environmental variable. I can now compile c code. I am now trying to add the GSL as my c code includes functions from this library. I unzipped the latest version of GSL (1.13) into a folder called gsl and placed it in c:\MinGW\include. Is this the right place for it?? Now when i navigate to c:\MinGW\include\gsl in a dos window and type ./configure i get the message " '.' is not recognized as an internal or external command, operable program or batch file" Can anyone let me know what it is i am doing wrong? I am guessing a lot! thanks in advance Andy -- Andy Beet Marine Policy Center MS #41 Woods Hole Oceanographic Institution MA 02543 Tel: 508-289-3376 Fax: 508-457-2184 email: abeet@... ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ MinGW-users mailing list MinGW-users@... A: Yes. > Q: Is it really? >> A: Because the logical conversation flow is disrupted. >>> Q: Why does MinGW object to top posting? (abstracted from Larry Hall signature) This list observes the Etiquette found at http://www.mingw.org/Mailing_Lists. We ask that you be polite and do the same. Most annoying abuses are: 1) Top posting 2) Thread hijacking 3) HTML/MIME encoded mail 4) Improper quoting 5) Improper trimming _______________________________________________ You may change your MinGW Account Options or unsubscribe at: https://lists.sourceforge.net/lists/listinfo/mingw-users |
|
|
Re: Trouble Integrating GSLHi!
>I am new to MinGW and am finding a lot of the documentation confusing. I >was wondering if someone could help. > >I have a windows machine (xp pro). I have just installed MinGW 5.1.6 and >now i am in the process of getting GSL to work within it. > >I installed MinGW in c:\MinGW as expressed in the documentation. I have >also added c:\MinGW\bin to the environmental variable. I can now compile >c code. I am now trying to add the GSL as my c code includes functions >from this library. > >I unzipped the latest version of GSL (1.13) into a folder called gsl and >placed it in c:\MinGW\include. Is this the right place for it?? Now when >i navigate to c:\MinGW\include\gsl in a dos window and type ./configure >i get the message " '.' is not recognized as an internal or external >command, operable program or batch file" > >Can anyone let me know what it is i am doing wrong? I am guessing a lot! You need to install msys to use ./configure. Remind to include path variables to msys and mingw. Then cd to the gsl subdir and use ./configure make make install I copied then the gsl files into include and lib subdir of mingw. It works fine with mingw 4.3.0 and 4.4.0 Best regards, Uwe ___________________________ PD Dr. Uwe Rossow TU Braunschweig Inst. f. Angewandte Physik Mendelssohnstr. 2 38106 Braunschweig Fax: 0531-391 8511 Email: u.rossow@... Tel.: 0531-391 8523 (good luck!) ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ MinGW-users mailing list MinGW-users@... A: Yes. > Q: Is it really? >> A: Because the logical conversation flow is disrupted. >>> Q: Why does MinGW object to top posting? (abstracted from Larry Hall signature) This list observes the Etiquette found at http://www.mingw.org/Mailing_Lists. We ask that you be polite and do the same. Most annoying abuses are: 1) Top posting 2) Thread hijacking 3) HTML/MIME encoded mail 4) Improper quoting 5) Improper trimming _______________________________________________ You may change your MinGW Account Options or unsubscribe at: https://lists.sourceforge.net/lists/listinfo/mingw-users |
| Free embeddable forum powered by Nabble | Forum Help |