Closed GoogleCodeExporter closed 9 years ago
A symlink named nacl64-g++ exists but is symlinked incorrectly:
nacl64-g++ -> native_client_sdk_0_1_358_0/toolchain/mac_x86/bin/nacl64-c++
causing the OS to look for it in
$NACL_SDK/toolchain/mac_x86/bin/native_client_sdk_0_1_358_0/….
Original comment by millen...@gmail.com
on 12 May 2010 at 5:46
Cannot reproduce this in the latest version of the SDK
(native_client_sdk_0_1_411_0).
Original comment by dsprin...@google.com
on 10 Jun 2010 at 9:02
In mac nacl sdk, goto and edit:
/examples/common.mk
than replace old lines with new:
CC = $(NACL_SDK_ROOT)/$(NACL_TOOLCHAIN_DIR)/bin/nacl-cpp
CPP = $(NACL_SDK_ROOT)/$(NACL_TOOLCHAIN_DIR)/bin/nacl64-c++
Original comment by shan...@gmail.com
on 13 Oct 2010 at 11:34
Original issue reported on code.google.com by
millen...@gmail.com
on 12 May 2010 at 5:44