Displaying 8 results from an estimated 8 matches for "bundle_load".
Did you mean:
bundle_lock
2003 Feb 25
2
R-devel problems
...clude
/usr/X11R6/include, while the tk.h files still tries to include
X11/xlib.h (and
can't find it, obviously). I added -I /usr/X11R6/include to the compile
of tcltk.o
3. Configure does not pass the $(Rexecbindir) to the Makefiles in the
/src/library
directory, so the links cannot find the bundle_loader. I added them by
hand for
all package links.
4. The aqua module does not work with two-level namespaces. Since it
does
not work anyway, and Stefano will remove it soon, it may be better to
remove
it even sooner.
5. In order to link the bundles with -bundle -bundle_loader
/usr/local/lib/R/bi...
2003 Feb 27
0
bundle-loader
I removed "-bundle_loader $(Rexecbin)/R.bin" from the configure files
but left "-undefined error". Now
1. Everything builds fine, i.e. the packages get their symbols from
libR.dylib
just fine. This is libR.dylib in the build directory, but I think dyld
is smart
enough to find it in the install director...
2002 Jan 31
1
MacOS X: Packages KernSmooth and cluster won't compile
...library
Version 2.22-7 on CRAN
Update (y/N)? y
cluster :
Version 1.3-6 in /sw/lib/R/library
Version 1.4-0 on CRAN
Update (y/N)? y
[snip]
Installing *source* package `KernSmooth' ...
[snip]
cc -I/sw/lib/R/include -I/sw/include -fno-common -g -O2 -c sstdiag.c -o
sstdiag.o
cc -bundle -bundle_loader /sw/lib/R/bin/R.bin -o KernSmooth.so blkest.o
cp.o dgedi.o dgefa.o dgesl.o linbin.o linbin2D.o locpoly.o rlbin.o sdiag.o
sstdiag.o -lf77blas -lcblas -latlas -L/usr/local/lib -lf2c -lm
/usr/bin/ld: can't locate file for: -lf77blas
make: *** [KernSmooth.so] Error 1
ERROR: compilation failed fo...
2002 Oct 23
0
R-1.6.1 with gcc-3.3
This is probably only interesting to zero or one or two persons.
gcc-3.3 from Apple's CVS does not handle the -bundle flag properly.
I had to hack configure.ac, which now has
shlib_ldflags="-nostdlib /usr/lib/bundle1.o -Wl,-bundle
-Wl,-bundle_loader,/usr/local/lib/R/bin/R.bin -lgcc" ;;
LIBR_LDFLAGS="-dynamiclib -install_name \$(Rexeclibdir)/libR.dylib
-framework Carbon"
i.e. I have also switched over to two-level namespaces. If the
-bundle flag is fixed, the first one will simply become
shlib_ldflags="-bundle -bundle...
2003 Feb 27
0
R-devel/R-patched crossed with Xterm/IDLE
...not ask
for
X11. In IDLE/Rpy both the quartz device window and the tk windows
respond to
mouse and keyboard events.
IDLE/Rpy with R-patched loads the method package, but IDLE/Rpy with
R-devel
does not. It complains about missing symbols, notably ATTRIB, in
methods.so,
which the executable (bundle_loader) also cannot find. In R-devel
everything
is compiled with two-level namespaces, and only the methods package uses
R.bin as bundle_loader (otherwise it does not dump). In R-patched all
bundles
use flat namespaces.
===
Jan de Leeuw; Professor and Chair, UCLA Department of Statistics;
Editor: J...
2003 Mar 17
1
R-devel on Darwin
I am trying to build R-devel on Darwin with two-level namespaces
and without using --bundle_loader path/to/R.bin, so that all symbols
must come from libR.dylib. This goes well, until during the methods
package build all.rda must be made from all.R. Then I get
dumping R code in package 'methods'
Error: Object "dataClass" not found
Execution halted
I can get past this point b...
2002 Aug 22
1
RXLisp
....so, because there is no -shared
flag for
the static linker in OS X. I just leave the XLS directory with a broken
link
and a lot of foo.o files.
Then I do , in the appropriate place,
R CMD INSTALL --configure-args='--with-build-dll' RXLisp
but the final link of this is
gcc -bundle -bundle_loader /usr/local/lib/R/bin/R.bin -o RXLisp.so \
Converters.o RXLisp.o \
-L/Users/deleeuw/MyStuff/Developer/xlispstat-3-52-18 -lxlisp
This breaks, of course, there is no libxlisp. I then move to RXLisp/src
and do
gcc -bundle -bundle_loader /usr/local/lib/R/bin/R.bin -o RXLisp.so \
Conv...
2017 Jun 07
3
LLD support for ld64 mach-o linker synthesised symbols
On Tue, Jun 6, 2017 at 11:14 PM, Michael Clark via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> OK. I see that the Mach-O linker is not even built when LLD is enabled in
> Release_40, only the PE/COFF and ELF linkers are built.
>
> From looking at reviews it appears that Clang was able to be linked with
> LLD on Darwin about 2 years ago, so Mach-O support seems to have