search for: darwin9

Displaying 20 results from an estimated 131 matches for "darwin9".

Did you mean: darwin
2008 Dec 16
2
[LLVMdev] ICE while building llvm-gcc
I'm on OSX 10.5, trying to build a svn checkout of llvm-gcc. I've also checked out llvm. Both are synced to r61075. I'm using Apple's gcc 4.0.1: $ gcc -v Using built-in specs. Target: i686-apple-darwin9 Configured with: /var/tmp/gcc/gcc-5488~2/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darw...
2008 Dec 16
0
[LLVMdev] ICE while building llvm-gcc
On Dec 16, 2008, at 10:34 AM, Jeffrey Yasskin wrote: > I'm on OSX 10.5, trying to build a svn checkout of llvm-gcc. I've also > checked out llvm. Both are synced to r61075. hi Jeffrey, This patch should have fixed the problem: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081215/071210.html Please update and try again, sorry for the breakage! -Chris
2013 Jul 17
0
opusfile, compiler warnings
...# x86-Linux builds / gcc-4.4.7 src/opusfile.c: In function 'op_calc_bitrate': src/opusfile.c:1777: warning: integer constant is too large for 'long' type ## Mac OS X ppc and x86 builds (against 10.4 SDK) ## additional CFLAGS used: -fno-common -force_cpusubtype_ALL $ ./powerpc-apple-darwin9-gcc -v Using built-in specs. Target: powerpc-apple-darwin9 Configured with: ../gcc_40-5494/configure --prefix=/opt/cross_osx-ppc --disable-checking --enable-languages=c,objc,c++,obj-c++ --with-as=/opt/cross_osx-ppc/bin/powerpc-apple-darwin9-as --with-ld=/opt/cross_osx-ppc/bin/powerpc-apple-darwin9-...
2008 Dec 17
2
[LLVMdev] ICE while building llvm-gcc
Thanks for the quick answer! Syncing to r61112 got rid of the ICE, but I still get the following error: make "DESTDIR=" "RPATH_ENVVAR=DYLD_LIBRARY_PATH" "TARGET_SUBDIR=i686-apple-darwin9" "bindir=/Users/jyasskin/src/llvm-gcc-4.2/trunk/obj/../install/bin" "datadir=/Users/jyasskin/src/llvm-gcc-4.2/trunk/obj/../install/share" "exec_prefix=/Users/jyasskin/src/llvm-gcc-4.2/trunk/obj/../install" "includedir=/Users/jyasskin/src/llvm-gcc-4.2/trunk/ob...
2008 Feb 16
2
[LLVMdev] [llvm-testresults] Grawp-PIC i386 nightly tester results
> > Using built-in specs. > Target: i686-apple-darwin9 > Configured with: /tmp/llvmgcc42.r46865.roots/llvmgcc42.r46865~obj/ > src/configure --disable-checking --enable-werror --prefix=/Developer/ > usr/llvm-gcc-4.2 --mandir=/Developer/usr/llvm-gcc-4.2/share/man -- > enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program- &...
2008 May 06
2
flac/metaflac 32/64 Universal OS X builds
I guess I should add this to the long list of things Apple has broken that used to work well on NEXTSTEP (the operating system that has been turned into OS X). Now that you mention it, I remember having a problem getting flac to cross-compile in one build step, so I just did the manual lipo glue that you talked about. I assumed it was only because I was too lazy to figure out how to
2008 Feb 16
0
[LLVMdev] [llvm-testresults] Grawp-PIC i386 nightly tester results
On Feb 16, 2008, at 12:55 PM, Dale Johannesen wrote: >> >> Using built-in specs. >> Target: i686-apple-darwin9 >> Configured with: /tmp/llvmgcc42.r46865.roots/llvmgcc42.r46865~obj/ >> src/configure --disable-checking --enable-werror --prefix=/Developer/ >> usr/llvm-gcc-4.2 --mandir=/Developer/usr/llvm-gcc-4.2/share/man -- >> enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm-...
2008 Feb 16
0
[LLVMdev] [llvm-testresults] Grawp-PIC i386 nightly tester results
...Volumes/Muggles/LLVM/nightlytest-pic/build/llvm/test/C++Frontend/ 2008-02-13-sret.cpp -o - | grep {retva\ l\|memtmp} | grep S242 | grep {i32 1} | count 1 count: expected 1 lines and got 0. child process exited abnormally /usr/local/bin/llvm-gcc -v Using built-in specs. Target: i686-apple-darwin9 Configured with: /tmp/llvmgcc42.r46865.roots/llvmgcc42.r46865~obj/src/ configure --disable-checking --enable-werror --prefix=/Developer/usr/ llvm-gcc-4.2 --mandir=/Developer/usr/llvm-gcc-4.2/share/man --enable- languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program- transform-name=/^[cg]...
2007 Dec 11
2
Build issues on Leopard
...l superredcloth_inline.rl | rlgen-cd -G2 -o superredcloth_inline.c /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb checking for main() in -lc... yes creating Makefile make gcc -I. -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal- darwin9.0 -I. -fno-common -arch ppc -arch i386 -Os -pipe -fno-common -c superredcloth_inline.c powerpc-apple-darwin9-gcc-4.0.1: Internal error: Segmentation fault (program cc1) Please submit a full bug report. See <URL:http://developer.apple.com/bugreporter> for instructions. i686-apple-darwin9-gcc...
2008 Feb 16
2
[LLVMdev] [llvm-testresults] Grawp-PIC i386 nightly tester results
On Feb 16, 2008, at 11:32 AM, Evan Cheng wrote: > But I am using llvm-gcc-4.2. Any idea why it's failing? > > Evan All the failing testers are using gcc-4.0 according to the web pages they point at. > On Feb 16, 2008, at 11:24 AM, Dale Johannesen wrote: > >> On Feb 16, 2008, at 7:06 AM, Apache wrote: >>> New Test Failures: >>>
2010 Feb 15
3
[LLVMdev] Botched Build
...ing of an instruction, you can do so >> with a command like this: > > Thanks. It's strange that the buidbot shows this test failing long before I > made the change. Why would that be? It didn't. Here's a good build: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/5019 The following two builds are broken by your previous bug: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/5020 http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/5021 with that fixed, the subsequent builds failed these regression tests: http://smoosh...
2009 Mar 04
2
[LLVMdev] Fwd: PPC Nightly Build Result
...t; Subject: PPC Nightly Build Result > > /Volumes/SandBox/NightlyTest/llvmgcc42.roots/llvmgcc42~obj/obj- > powerpc-powerpc/./prev-gcc/xgcc -B/Volumes/SandBox/NightlyTest/ > llvmgcc42.roots/llvmgcc42~obj/obj-powerpc-powerpc/./prev-gcc/ -B/ > Developer/usr/llvm-gcc-4.2/powerpc-apple-darwin9/bin/ -c -g -O2 - > mdynamic-no-pic -DIN_GCC -W -Wall -Wwrite-strings -Wstrict- > prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno- > variadic-macros -Wno-overlength-strings -Wold-style-definition - > Wmissing-format-attribute -Werror -DHAVE_CONFIG_H -I. -I. -I/...
2009 Mar 05
0
[LLVMdev] Fwd: PPC Nightly Build Result
...ightly Build Result > > > /Volumes/SandBox/NightlyTest/llvmgcc42.roots/llvmgcc42~obj/obj- > > powerpc-powerpc/./prev-gcc/xgcc -B/Volumes/SandBox/NightlyTest/ > > llvmgcc42.roots/llvmgcc42~obj/obj-powerpc-powerpc/./prev-gcc/ -B/ > > Developer/usr/llvm-gcc-4.2/powerpc-apple-darwin9/bin/ -c   -g -O2 - > > mdynamic-no-pic -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict- > > prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno- > > variadic-macros -Wno-overlength-strings -Wold-style-definition - > > Wmissing-format-attribute -Werror    -DHAVE_CONFIG...
2008 Mar 11
6
Bad instruction on x86_64 build on OS X with DTRACE_PROBE
...building mod_trace. I attach a simple reproducer, changing the Makefile to build with - arch i386 works. Simply extract onto a Leopard box, cd into the extracted dir and run make to see the failure. make foo.s will create the generated asm. $ gcc -v Using built-in specs. Target: i686-apple-darwin9 Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable- checking -enable-werror --prefix=/usr --mandir=/share/man --enable- languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/ $/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/ lib --build=i686-a...
2009 Mar 05
1
[LLVMdev] Fwd: PPC Nightly Build Result
...ult >> >>> /Volumes/SandBox/NightlyTest/llvmgcc42.roots/llvmgcc42~obj/obj- >>> powerpc-powerpc/./prev-gcc/xgcc -B/Volumes/SandBox/NightlyTest/ >>> llvmgcc42.roots/llvmgcc42~obj/obj-powerpc-powerpc/./prev-gcc/ -B/ >>> Developer/usr/llvm-gcc-4.2/powerpc-apple-darwin9/bin/ -c -g -O2 - >>> mdynamic-no-pic -DIN_GCC -W -Wall -Wwrite-strings -Wstrict- >>> prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno- >>> variadic-macros -Wno-overlength-strings -Wold-style-definition - >>> Wmissing-format-attribute -Werror -...
2009 Jan 24
1
[LLVMdev] -O4 limitations in llvm/llvm-gcc-4.2 2.5?
...t.o dsinti.o dcfftf.o dcfftb.o dcffti.o drffti.o drfftf.o drfftb.o zffti.o zfftf.o zfftb.o ctrans.o zfft1d.o zfft2d.o zfft3d.o ftrans.o zmp_fft.o zscal_fft.o zprod_fft.o fft_ftn.o -flat_namespace -undefined suppress -single_module -lcrypto -v -noall_load Using built-in specs. Target: i686-apple-darwin9 Configured with: ../llvm-gcc4.2-2.5.source/configure --prefix=/sw --prefix=/sw/lib/llvm-gcc-4.2 --mandir=/sw/share/man --infodir=/sw/share/info --with-gmp=/sw --with-libiconv-prefix=/usr --with-system-zlib --with-as=/Developer/usr/bin/as --with-ld=/Developer/usr/bin/ld --with-nm=/Developer/usr/bin/...
2008 Jan 03
0
[LLVMdev] problems found with make check on x86 darwin9
Hi Mike, You wrote: > FAIL: /Volumes/mrs5/net/llvm/llvm/test/CFrontend/2007-09-20- > GcrootAttribute.c > Failed with exit(1) at line 3 while running: /Volumes/mrs5/Packages/ > llvm-2/bin/llvm-gcc -emit-llvm - S -emit-llvm /Volumes/mrs5/net/llvm/ > llvm/test/CFrontend/2007-09-20- GcrootAttribute.c -o - | llvm-as > llvm-as: assembly parsed, but does not verify as correct!
2008 Jan 02
1
[LLVMdev] problems found with make check on x86 darwin9
FAIL: /Volumes/mrs5/net/llvm/llvm/test/CFrontend/2007-09-20- GcrootAttribute.c Failed with exit(1) at line 3 while running: /Volumes/mrs5/Packages/llvm-2/bin/llvm-gcc -emit-llvm - S -emit-llvm /Volumes/mrs5/net/llvm/llvm/test/CFrontend/2007-09-20- GcrootAttribute.c -o - | llvm-as llvm-as: assembly parsed, but does not verify as correct! Enclosing function does not specify a collector algorithm.
2010 Mar 19
1
[LLVMdev] 2.7 Pre-release1 available for testing
Hm, I also note that: $ file /opt/clang+llvm-2.7-i386-darwin10/bin/llvm-as /opt/clang+llvm-2.7-i386-darwin10/bin/llvm-as: Mach-O 64-bit executable x86_64 Why's the i386 package have an x86_64 binary in it? That could explain why it doesn't work on darwin9. On Fri, Mar 19, 2010 at 9:49 AM, Jeffrey Yasskin <jyasskin at google.com> wrote: > Hi Tanya, > > On darwin9, the binaries in the darwin10 packages give: > > $  /opt/clang+llvm-2.7-i386-darwin10/bin/llvm-as --help > dyld: unknown required load command 0x80000022 > Trace/...
2011 Jan 28
1
[LLVMdev] LLVM-GCC builds on OS X 10.5, fails on 10.6
On Jan 27, 2011, at 1:42 PM, Jim Grosbach wrote: > It looks like you're building a 32-bit llvm-gcc and trying to link it against 64-bit llvm libraries. Try specifying the triple as x86_64-apple-darwin10 instead of i686-apple-darwin9. Yep, that was it... thanks! It looks like I can generalize the TRIPLE setting to: export TRIPLE=$MACHTYPE and it will pick up either x86_64-apple-darwin10 or i686-apple-darwin9 as appropriate. Trevor