Created
August 8, 2011 13:43
-
-
Save frsyuki/1131755 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone [email protected]:msgpack/msgpack.git | |
cd msgpack/cpp/src | |
NG: | |
llvm-gcc -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -Wno-unused-function -I/Users/frsyuki/arch/darwin-i386/gtest-1.5/include -O3 -g -MT unpack.lo -MD -MP -MF .deps/unpack.Tpo -c unpack.c -fno-common -DPIC -o .libs/unpack.o | |
llvm-gcc -DHAVE_CONFIG_H -I. -I.. -O4 -Wall -Wno-unused-function -I/Users/frsyuki/arch/darwin-i386/gtest-1.5/include -O3 -Wno-unused-function -g -MT unpack.lo -MD -MP -MF .deps/unpack.Tpo -c unpack.c -fno-common -DPIC -o .libs/unpack.o | |
llvm-gcc -DHAVE_CONFIG_H -I. -I.. -O4 -Wall -Wno-unused-function -I/Users/frsyuki/arch/darwin-i386/gtest-1.5/include -O3 -Wno-unused-function -g -MT unpack.lo -MD -MP -MF .deps/unpack.Tpo -c unpack.c -fno-common -DPIC -o .libs/unpack.o | |
unpack.c:463: internal compiler error: Segmentation fault | |
Please submit a full bug report, | |
with preprocessed source if appropriate. | |
See <URL:http://developer.apple.com/bugreporter> for instructions. | |
OK: | |
llvm-gcc -DHAVE_CONFIG_H -I. -I.. -O4 -Wall -Wno-unused-function -I/Users/frsyuki/arch/darwin-i386/gtest-1.5/include -O4 -g -MT unpack.lo -MD -MP -MF .deps/unpack.Tpo -c unpack.c -fno-common -DPIC -o .libs/unpack.o | |
llvm-gcc -DHAVE_CONFIG_H -I. -I.. -O4 -Wall -Wno-unused-function -I/Users/frsyuki/arch/darwin-i386/gtest-1.5/include -O3 -Wno-unused-function -O3 -g -MT unpack.lo -MD -MP -MF .deps/unpack.Tpo -c unpack.c -fno-common -DPIC -o .libs/unpack.o |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment