Skip to main content

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

Hi

Does the project have a makefile? Normally, specific commands and build order
(relates to your previous question) for compilation are specified in a makefile or
some other build script and/or tool.


John

On Wed, Dec 12, 2018 at 9:12 AM Samuel Dupree <sdupree@xxxxxxxxxxxxx> wrote:

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.



_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/ptp-user

Back to the top