search for: mybundle

Displaying 5 results from an estimated 5 matches for "mybundle".

Did you mean: bundle
2010 Mar 12
2
[LLVMdev] large modules, PPC on OS X, "ld: 32-bit pic-base out of range in"
I'm trying to build a very large shared library (bundle) for PPC on Mac OS X 10.5. The build looks something like this, where mybundlebitcode.o is the large object llc -relocation-model=pic -o=mybundle.s mybundlebitcode.o gcc -arch ppc -c -x assembler -o mybundle.o mybundle.s g++ -o mybundle.bundle -bundle mybundle.o -lotherlibrary I get the following error: ld: 32-bit pic-base out of range in somefunction(Array<unsigned ch...
2010 Mar 12
0
[LLVMdev] large modules, PPC on OS X, "ld: 32-bit pic-base out of range in"
On Mar 11, 2010, at 5:47 PM, Robb Kistler wrote: > I'm trying to build a very large shared library (bundle) for PPC on Mac OS X 10.5. The build looks something like this, where mybundlebitcode.o is the large object > > llc -relocation-model=pic -o=mybundle.s mybundlebitcode.o > gcc -arch ppc -c -x assembler -o mybundle.o mybundle.s > g++ -o mybundle.bundle -bundle mybundle.o -lotherlibrary > > I get the following error: > ld: 32-bit pic-base out of range i...
2010 Mar 12
1
[LLVMdev] large modules, PPC on OS X, "ld: 32-bit pic-base out of range in"
On Mar 11, 2010, at 6:07 PM, Chris Lattner wrote: > On Mar 11, 2010, at 5:47 PM, Robb Kistler wrote: > >> I'm trying to build a very large shared library (bundle) for PPC on >> Mac OS X 10.5. The build looks something like this, where >> mybundlebitcode.o is the large object >> >> llc -relocation-model=pic -o=mybundle.s mybundlebitcode.o >> gcc -arch ppc -c -x assembler -o mybundle.o mybundle.s >> g++ -o mybundle.bundle -bundle mybundle.o -lotherlibrary >> >> I get the following error: >> ld: 32-bi...
2005 Feb 07
1
Problems encountered/fixed making CrossCompileBuild
...-rf $$mypkg.zip; \ zip -rl $$mypkg.zip $$mypkg -x $(BINS);\ zip -r9 $$mypkg.zip $$mypkg -i $(BINS);\ rm -rf $$mypkg #### this section no longer works as of R-2.0.0 # bundle-%: # export PATH=$(CROSSDIR)/bin:$(CROSSDIR)/mingw32/bin:$(PATH); \ # cd $(PKGDIR); \ # tar zxf $*.tar.gz; \ # export mybundle=`echo $* | cut -d'_' -f1,1`; \ # echo -------$$mybundle------; \ # cd $(WINR)/$(R)/src/gnuwin32/; \ # $(MAKE) PKGDIR=$(PKGDIR) RLIB=$(WINRLIBS) STAMP=no bundle-$$mybundle; \ # mkdir -p $(WINRLIBS); \ # cd $(WINRLIBS); \ # ls $(PKGDIR)/$$mybundle/; \ # echo $(PKGDIR)/$$mybundle/DESCR...
2001 Jul 06
1
Title of bundled packages in the library index (PR#1017)
...e TITLE file takes value of the *last* Title field, which happens to be the Title field of the bundle. Is this a bug in how the TITLE file is generated or how the DESCRIPTION file is build? My generated DESCRIPTION file looks like this: Package: myPackage Version: 0.1 Date: 2001/07/05 Title: The myBundle bundle - myPackage Author: Henrik Bengtsson Maintainer: Henrik Bengtsson Description: Bla bla bla... License: GPL version 2 or newer URL: http://www.braju.com/R/ Bundle: myBundle Version: 0.6 Date: 2001/06/28 Title: The myBundle bundle Author: Henrik Bengtsson Maintainer: Henrik Bengtsson Descrip...