Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] Building a static library in Eclipse PTP

I have some Fortran 90 codes from which I'd like to build a static library in Eclipse PTP, say libxyz. The Fortran compiler I'm using is gfortran. I'm running MacOS X ver. 10.12.6 (Sierra) on a Mac Pro (Late 2013).

I believe the command I need is something akin to

ar cr libxyz.a *.o

My problem is that I'm not sure how to get Eclipse PTP to execute this command.

Please advise.

Sam Dupree.




Back to the top