Created
October 19, 2011 14:38
-
-
Save kscottz/1298485 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
| Katherine-Scotts-MacBook-Air:tesseract-3.00 katherinescott$ makemake all-recursive | |
| Making all in ccstruct | |
| /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../ccutil -I../cutil -I../image -I../viewer -I/sw/include -arch i386 -arch x86_64 -MT blobbox.lo -MD -MP -MF .deps/blobbox.Tpo -c -o blobbox.lo blobbox.cpp | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../ccutil -I../cutil -I../image -I../viewer -I/sw/include -arch i386 -arch x86_64 -MT blobbox.lo -MD -MP -MF .deps/blobbox.Tpo -c blobbox.cpp -fno-common -DPIC -o .libs/blobbox.o | |
| g++-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags | |
| make[3]: *** [blobbox.lo] Error 1 | |
| make[2]: *** [all-recursive] Error 1 | |
| make[1]: *** [all-recursive] Error 1 | |
| make: *** [all] Error 2 | |
| Katherine-Scotts-MacBook-Air:tesseract-3.00 katherinescott$ make ARCHFLAGS="-arch i386 -arch x86_64" | |
| make all-recursive | |
| Making all in ccstruct | |
| /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../ccutil -I../cutil -I../image -I../viewer -I/sw/include -arch i386 -arch x86_64 -MT blobbox.lo -MD -MP -MF .deps/blobbox.Tpo -c -o blobbox.lo blobbox.cpp | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../ccutil -I../cutil -I../image -I../viewer -I/sw/include -arch i386 -arch x86_64 -MT blobbox.lo -MD -MP -MF .deps/blobbox.Tpo -c blobbox.cpp -fno-common -DPIC -o .libs/blobbox.o | |
| g++-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags | |
| make[3]: *** [blobbox.lo] Error 1 | |
| make[2]: *** [all-recursive] Error 1 | |
| make[1]: *** [all-recursive] Error 1 | |
| make: *** [all] Error 2 | |
| Katherine-Scotts-MacBook-Air:tesseract-3.00 katherinescott$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment