[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[photran] Problems setting up Photran with g95 under WinXP
|
Hi,
I have been working on this for the past two days and I'm starting to get a little frustrated, so
maybe someone can help me out of this ...
What do I want?
===============
Using WinXP, I want to set up an IDE, which will enable me to develop in C, C++, Fortran (77 & 90)
and later maybe PHP, Java ... so, Eclipse seems to be the choice, right?!?
What have I done so far?
========================
I first installed ...
- msysDTK-1.0.1
- MinGW-5.1.3
- g95-MinGW
- gdb-5.2.1-1
... to have the necessary compilers available on my system. I pretty much followed the suggestions
by Bob Hoffman (http://dev.eclipse.org/mhonarc/lists/photran/msg00463.html) and only changed the
directories to point to C:\Programme\msys\...
I have testet the compilers (g77, g95, gcc, g++) with simple "Hello World" applications and
appropriate makefiles and everything seems to work just fine from the commandline.
I then followed the suggestions of B. Tibbitts (dev.eclipse.org/mhonarc/lists/photran/msg00513.html)
to set up eclipse, CDT & Photran ...
- eclipse-SDK-3.3.1-win32 (unziped to C:\Programme\eclipse)
- CDT 4.0.1 (installed using the Update-Manager)
- photran-4.0-beta2 (unziped to C:\Programme\eclipse)
What do I get?
==============
Well, I was able to create, build and execute a "HelloWorld"-app from within eclipse. I'm not quite
sure, ir eclipse is really using the MinGW g++ compiler, which I have installed, or rather some
internal compiler ...
I can also select "New" -> "Fortran Project" / "Project types" -> "Executable(Gnu Fortran)" ...
So, where is the problem?
=========================
..., but in the "Toolchain" the MinGW G95-compiler is not in the selection list and I'm stuck!
Right now, I have no idea how to proceed and I would surely appreciate any help.
Thanks
Sebastian