Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] Trouble with managed make project

Ok, I think I figured it out. I needed to select "Executable (Gnu Fortran)" instead of "Executable -> Empty Project". It looks like there is a different icon for managed projects vs simple makefile? Which toolchains support managed makefiles? Does it work with g95 or the Intel Fortran 95 compiler?

Thanks,

Jim


Jim Carpenter wrote:
Hello,

I am having some trouble getting managed make working under Fotran. I am using Eclipse 3.4.2, CDT 5.0.2 and Fotran 4.0.5 (July 17th). I am selecting "New Fortran Project -> Executable -> Empty Project". I then add a simple helloworld.f program and select "Build Project", but I am getting the following error message: "Nothing to build for project helloworld". If I manually create a Makefile, everything works and I am able to compile and debug. Do I need to do anything special to get Fotran to manage the Makefile for me? I tried setting up the mkmf perl script, but I am not sure if that is required.

Thanks,

Jim

_______________________________________________
photran mailing list
photran@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/photran



Back to the top