It turns out that 10.5.5 update breaks the xcode plugins, and xcode (all of them) even with xcode 3.0. if i replace libobjc.A.dylib with the 10.5.4 version xcode and the plugin work fine.
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I got the fortran plugin to work with xcode 3.1.3 by adding '-lgfortran -L/opt/local/lib/gcc44 -L/opt/local/lib/gcc44/gcc/i386-apple-darwin9.7.0/4.4.0/ -lgfortranbegin' to the 'other linker flags' variable in the project build settings. One fluke is that I have to have a .c file in the project to get it to compile, even if the .c is empty. Check here for details: http://www.macresearch.org/fortran-plugin-xcode-31#comment-15419
Also, I should mention that those paths are to my MacPorts installation of gcc4.4.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
I got the fortran plugin to work with xcode 3.1.3 by adding '-lgfortran -L/opt/local/lib/gcc44 -L/opt/local/lib/gcc44/gcc/i386-apple-darwin9.7.0/4.4.0/ -lgfortranbegin' to the 'other linker flags' variable in the project build settings. One fluke is that I have to have a .c file in the project to get it to compile, even if the .c is empty. Check here for details: http://www.macresearch.org/fortran-plugin-xcode-31#comment-15419
Also, I should mention that those paths are to my MacPorts installation of gcc4.4.