Changes between Initial Version and Version 1 of Ticket #40234, comment 4


Ignore:
Timestamp:
Aug 29, 2013, 4:54:20 PM (11 years ago)
Author:
michaelld (Michael Dickens)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40234, comment 4

    initial v1  
    11What do the following return for you:
    22{{{
    3 cd `port dir qt4-mac`/files/cpath
     3cd ~/Desktop
     4cp -rp `port dir qt4-mac`/files/cpath cpath_test
     5cd cpath_test
     6/usr/bin/llvm-g++-4.2 -v
    47/usr/bin/llvm-g++-4.2 -nostdinc -c cpath_test.c
    58CPATH=. /usr/bin/llvm-g++-4.2 -nostdinc -c cpath_test.c