Opened 13 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 13 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to takeshi@… |
---|
comment:2 Changed 13 years ago by tenomoto (Takeshi Enomoto)
comment:4 Changed 12 years ago by tenomoto (Takeshi Enomoto)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
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.
I think you can safely ignore the warnings. Just let me know if you experience any problems.