xcode - g++-4.2: No such file or directory mac os 10.8 -


i getting error when run command make on mac os 10.8.5.

error :

>make sample g++-4.2   -o3  -mmacosx-version-min=10.5 -i/usr/include -d_x64 -d_osx -wall -i../../inc-pc -d_reentrant  stream.cpp -o stream -lpthread -lz -bdynamic -lm -lc -l../../bin-pc/x64 -lpvapi make: g++-4.2: no such file or directory make: *** [sample] error 1 

but when run these command this:

     gcc         /usr/bin/gcc       g++        /usr/bin/g++ ls -l `which g++` lrwxr-xr-x  1 root  admin  3 13 mar 00:48 /usr/bin/g++ -> gcc 

what problem? me please?

i experiencing same problem. symlinked /usr/bin/g++ /usr/bin/g++-4.2 , resolved issues.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -