Opened 12 years ago

Closed 12 years ago

#33942 closed defect (worksforme)

g95 @0.92_2+gcc42 a warning message

Reported by: yhanlumy@… Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc: mojca (Mojca Miklavec)
Port: g95

Description

After I do

g95 myProgram.f 

, I get the following warning message

ld: warning: -macosx_version_min not specificed, assuming 10.7

I have OS X 10.7.3 and Xcode 4.3.2. Any idea on how I may get rid of this?

Change History (4)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to takeshi@…

comment:2 Changed 12 years ago by tenomoto (Takeshi Enomoto)

I think you can safely ignore the warnings. Just let me know if you experience any problems.

Takeshi

comment:3 Changed 12 years ago by mojca (Mojca Miklavec)

Cc: mojca.miklavec.lists@… added

Cc Me!

comment:4 Changed 12 years ago by tenomoto (Takeshi Enomoto)

Resolution: worksforme
Status: newclosed

You can suppress the warning by setting environmental variable MACOSX_DEPLOYMENT_TARGET. An example for Lion is:

export MACOSX_DEPLOYMENT_TARGET=10.7
Note: See TracTickets for help on using tickets.