Follow us on...
Follow us on Twitter Follow us on Facebook
Register
Results 1 to 2 of 2
  1. #1
    pboz39 is offline Registered User
    Join Date
    Feb 2009
    Location
    Ann Arbor, MI
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts

    compiler errors after upgrade to Leopard

    Hi,

    I'm a beginning programmer focused on Fortran for the moment. I had gfortran up and running on my imac (Intel Core2 duo) until I upgraded to Leopard last weekend. Now every time I try to run the compiler (even with scripts that I know are good) I get an error that says :

    /usr/bin/ld: warning unknown -macosx_version_min parameter value: 10.5.6 ignored (using 10.4)
    /usr/bin/ld: can't locate file for: -lcrt1.10.5.o
    collect2: ld returned 1 exit status


    Based on the error it's clear that something didn't transfer from Tiger to Leopard, but I've tried reinstalling xCode and the gnu compiler, and the gfortran for xcode plugin, and still get the same error. I'd appreciate any suggestions.

    Thanks for your time.

  2. #2
    dadidoe's Avatar
    dadidoe is offline Computer Pro :)
    Join Date
    Feb 2009
    Location
    UK
    Posts
    85
    Thanks
    5
    Thanked 2 Times in 2 Posts
    SDK may still be set to 10.4. Also set the deployment target to 10.5.
    Visit my site for useful tips&tricks and software built by WriteIt! Studios:


  3. The Following User Says Thank You to dadidoe For This Useful Post:

    pboz39 (February 26th, 2009)

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •