Changes between Version 1 and Version 2 of Ticket #45833, comment 3


Ignore:
Timestamp:
Nov 17, 2014, 4:29:17 AM (10 years ago)
Author:
stuartwesterman (Stuart Westerman)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45833, comment 3

    v1 v2  
    3434
    3535Please ensure that you've made the taskgated plist change above (and reboot). Also please make sure that you are in fact using MacPorts' gcc. You can try things like {{{sudo port select gcc}}}, or invoking /opt/local/bin/gcc directly.
     36
     37Here is my setup:
     38
     39{{{
     40wei ~/Dropbox/CSCI531 Applied Cryptography/hw2 $ which ggdb
     41/opt/local/bin/ggdb
     42wei ~/Dropbox/CSCI531 Applied Cryptography/hw2 $ which gcc
     43/opt/local/bin/gcc
     44wei ~/Dropbox/CSCI531 Applied Cryptography/hw2 $ gcc --version
     45gcc (MacPorts gcc49 4.9.1_1) 4.9.1
     46Copyright (C) 2014 Free Software Foundation, Inc.
     47This is free software; see the source for copying conditions.  There is NO
     48warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     49
     50wei ~/Dropbox/CSCI531 Applied Cryptography/hw2 $
     51}}}
     52
     53Also, I compiled with -g -Wall.