search for: shl_load

Displaying 20 results from an estimated 24 matches for "shl_load".

2000 Aug 15
2
Compiling R on HP-UX
Has anyone succeeded in compiling R on HP-UX? I'm trying to compile R version 1.1.0 on a HP-UX 10.20 machine. I run into the following problems: I got a compile error on src/unix/X11/rbitmap.c which I solved by including setjmp.h. After that, and after editing the Makefiles a bit cause gcc en ld can't find all the libraries, I finally get it to compile. Then I run "make
2000 Sep 15
3
R on HP-UX, again: modreg.sl fails, 1 arith test fails
I want to report the progress of my attempts to get R running on HP-UX with gcc: Firstly, I could work around the PIC problem by leaving out all the lib stuff (I rebuilt gcc with --enable-share, but this (alone) did not help), e.g. the line gcc -shared -fPIC -o ctest.sl ansari.o fexact.o kendall.o ks.o prho.o swilk.o -L/usr/local/lib -lg2c -lm -L/lib/pa1.1 -L/usr/lib/pa1.1 -u main
2000 Mar 22
4
R-release dynamic load problem on HPUX10.20
Hello, I just pulled the patched release: R-release Version 1.0.0 Patched (March 19, 2000), on HPUX10.2 I am having dynamic library load problems. I configured with: ./configure --prefix=/home/absd00t/local --with-readline --with-x After changing etc/Makeconf to take -lblas out of libs (the blas library provided by the system is not a shared library), system was built without any interruptions.
2001 Oct 23
4
Problems compiling under OS X
...rts shared libraries... no > checking whether to build shared libraries... no > checking whether to build static libraries... yes > checking for objdir... .libs > checking for dlopen in -ldl... no > checking for dlopen... no > checking for dld_link in -ldld... no > checking for shl_load... no > checking for shl_load in -ldld... no > creating libtool > loading cache ./config.cache > checking for pthread_kill in -lpthread... no > checking size of short... 2 > checking size of int... 4 > checking size of long... 4 > checking for esd-config... no > checking...
2012 May 24
1
[LLVMdev] vmkit: Getting Started
...for the default library search path... /lib /usr/lib /usr/lib/libfakeroot /usr/lib32 /usr/lib/llvm /usr/lib/perl5/core_perl/CORE checking for objdir... .libs checking command to parse /usr/bin/nm -B output from object... ok checking whether libtool supports -dlopen/-dlpreopen... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen in -ldl... yes checking for dlerror... yes checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking argz.h usability... yes checking argz.h presence... yes checking for argz.h... yes...
2016 Dec 04
1
swig-3.0.7 for xapian-bindings to tcl
...w32/bin:/usr/local/bin:/usr/bin:/bin:\ > /c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:\ > /usr/bin/vendor_perl:/usr/bin/core_perl Eric MINGW32 /c/WORK $ ./configure --prefix=/c/MSYS2 --with-tclconfig=/mingw32/lib --without-perl5 ... checking for dlopen in -ldl... no checking for shl_load in -ldld... no checking for library containing t_open... no checking for library containing gethostbyname... no checking for library containing socket... no checking for swill_init in -lswill... no checking for main in -lieee... no checking for crypt in -lcrypt... no checking for pkg-config... pkg-...
2004 May 24
0
[Bug 748] HP-UX 11.11 (aka 11i) needs BROKEN_GETADDRINFO
...ions with libnsl.1 will cause the linker to report unresolved symbols, as libnss_dns.1 no longer resolves libnsl.1 entry points. For 64-bit applications, loading of the libnss_dns library will fail unless PHCO_24400 or any later patch is installed in the system. In certain cases such as using shl_load() with BIND_IMMEDIATE flag, 32-bit applications require PHCO_24400 or any of its superseded patch to be present in the system; otherwise it will result in an unsatisfied symbol error. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the a...
2010 Jul 27
2
[LLVMdev] Failed to build llvm with gcc 4.3.4 on Solaris x86
...variable specifies run-time library path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib checking for objdir... .libs checking command to parse /opt/csw/gnu/bin/nm -B output from object... ok checking whether libtool supports -dlopen/-dlpreopen... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen in -ldl... yes checking for dlerror... yes checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking argz.h usability... no checking argz.h presence... no checking for argz.h... no che...
2012 May 29
3
[LLVMdev] make error
...TH checking for the default library search path... /lib /usr/lib /usr/lib/libfakeroot /usr/lib/llvm /usr/lib/perl5/core_perl/CORE checking for objdir... .libs checking command to parse /usr/bin/nm -B output from object... ok checking whether libtool supports -dlopen/-dlpreopen... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen in -ldl... yes checking for dlerror... yes checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking argz.h usability... yes checking argz.h presence... yes checking for argz.h... yes...
2009 Feb 19
0
[LLVMdev] -fPIC warning on every compile on Cygwin
Aaron Gray wrote: > Hi, > > I partly built LLVM on Cygwin yesterday and it was fine as far as it > went. But after doing a svn update today I am getting the following > warning on every compile :- > > > llvm[3]: Compiling LowerAllocations.cpp for Debug build > /usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: warning: > -fPIC ignored for
2010 Oct 02
2
[LLVMdev] tblgen(75451) malloc: *** error for object 0x7fff5fbfcbd0: pointer being reallocated was not allocated
...ecking for objdir... .libs checking command to parse /usr/bin/nm output from object... rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory ok checking whether libtool supports -dlopen/-dlpreopen... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen in -ldl... yes checking for dlerror... yes checking for _ prefix in compiled symbols... yes checking whether we have to add an underscore for dlsym... no checking whether deplibs are loaded by dlopen... yes checking argz.h usability......
2009 Feb 19
2
[LLVMdev] -fPIC warning on every compile on Cygwin
Hi, I partly built LLVM on Cygwin yesterday and it was fine as far as it went. But after doing a svn update today I am getting the following warning on every compile :- llvm[3]: Compiling LowerAllocations.cpp for Debug build /usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: warning: -fPIC ignored for target (all code is position independent) This maybe happening on other targets too.
2010 Oct 04
0
[LLVMdev] tblgen(75451) malloc: *** error for object 0x7fff5fbfcbd0: pointer being reallocated was not allocated
...cking command to parse /usr/bin/nm output from object... rm: conftest.dSYM: is a directory > rm: conftest.dSYM: is a directory > rm: conftest.dSYM: is a directory > rm: conftest.dSYM: is a directory > ok > checking whether libtool supports -dlopen/-dlpreopen... yes > checking for shl_load... no > checking for shl_load in -ldld... no > checking for dlopen in -ldl... yes > checking for dlerror... yes > checking for _ prefix in compiled symbols... yes > checking whether we have to add an underscore for dlsym... no > checking whether deplibs are loaded by dlopen... yes...
2009 Feb 19
2
[LLVMdev] -fPIC warning on every compile on Cygwin
....dll checking which variable specifies run-time library path... PATH checking for the default library search path... /lib /usr/lib checking for objdir... .libs checking command to parse /usr/bin/nm -B output from object... ok checking whether libtool supports -dlopen/-dlpreopen... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen in -ldl... yes checking for dlerror... yes checking for _ prefix in compiled symbols... yes checking whether we have to add an underscore for dlsym... unknown checking whether deplibs are loaded by dlopen... unknown checking argz.h usab...
2012 May 29
0
[LLVMdev] make error
...ult library search path... /lib /usr/lib > /usr/lib/libfakeroot /usr/lib/llvm /usr/lib/perl5/core_perl/CORE > checking for objdir... .libs > checking command to parse /usr/bin/nm -B output from object... ok > checking whether libtool supports -dlopen/-dlpreopen... yes > checking for shl_load... no > checking for shl_load in -ldld... no > checking for dlopen in -ldl... yes > checking for dlerror... yes > checking for _ prefix in compiled symbols... no > checking whether deplibs are loaded by dlopen... yes > checking argz.h usability... yes > checking argz.h presence...
2008 Jul 08
0
Report this to samba-technical@samba.org, ldap_initialize error
.../termio.h... yes checking for library containing dlopen... -ldl checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for dlopen... yes checking for dlsym... yes checking for dlerror... yes checking for dlclose... yes checking for library containing shl_load... no checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking for shl_load... no checking for shl_unload... no checking for shl_findsym... no checking for prototype void *dlopen(const char* filename, unsigned int flags)... no checking for getpass... yes checking...
2010 Nov 01
1
Samba 4 on osx
...hecking for memset : ok Checking for memcpy : ok Checking for memmove : ok Checking for strcpy : ok Checking for strncpy : ok Checking for bzero : ok Checking for shl_load : not found Checking for shl_unload : not found Checking for shl_findsym : not found Checking for pipe : ok Checking for strftime : ok Checking for srandom : ok Checking for ra...
2012 Dec 03
0
need help for R's installation
...td=gnu99 agree on double complex... yes checking for g77 option to support OpenMP... unsupported checking whether g++ accepts -M for generating dependencies... yes checking for g++ option to support OpenMP... unsupported checking whether we can compute ObjC Make dependencies... no checking for shl_load in -ldld... yes checking for xmkmf... no checking for off_t... yes checking for working alloca.h... yes checking for alloca... yes checking whether alloca is declared... yes checking whether expm1 exists and is declared... yes checking whether hypot exists and is declared... yes checking wh...
2010 Oct 07
1
OSX and samba4 git
...hecking for memset : ok Checking for memcpy : ok Checking for memmove : ok Checking for strcpy : ok Checking for strncpy : ok Checking for bzero : ok Checking for shl_load : not found Checking for shl_unload : not found Checking for shl_findsym : not found Checking for pipe : ok Checking for strftime : ok Checking for srandom : ok Checking for ra...
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
.../termio.h... yes checking for library containing dlopen... -ldl checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for dlopen... yes checking for dlsym... yes checking for dlerror... yes checking for dlclose... yes checking for library containing shl_load... no checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking for shl_load... no checking for shl_unload... no checking for shl_findsym... no checking for prototype void *dlopen(const char* filename, unsigned int flags)... no checking for getpass... yes checking...