Displaying 20 results from an estimated 410 matches for "dlfcn".
2007 Nov 28
1
Cross-compiling asterisk-1.4 for Debian on a slug
...y
compiling binutils and gcc, or using scratchbox. All of these with the
result that i got binaries for machines except the one i wanted! :(
I then have been given a link to a optware tree specific to Debian on
the slug[1]. I tried to compile, but at the first attempt, it stopped
with this cruft:
dlfcn.c:1225: error: dereferencing pointer to incomplete type
dlfcn.c:1225: error: dereferencing pointer to incomplete type
dlfcn.c:1225: error: dereferencing pointer to incomplete type
dlfcn.c:1225: error: dereferencing pointer to incomplete type
dlfcn.c:1225: error: dereferencing pointer to incomplete...
2003 Apr 29
1
configure succeeds without dlfcn.h, but fails to compile (OS X) (PR#2875)
Full_Name: Alex Buerkle
Version: 1.7.0
OS: OS X
Submission from: (NULL) (137.28.112.199)
The configure of R-1.7.0 completed, but the build fails with error
below. This failure appears to be because dlfcn.h was missing (installing it
fixed the problem).
The possible bug: my limited ability to read ./configure suggests that it tests
for dlfcn.h, but does not fail if it doesn't find it on Darwin/OS X. Given that
it is required to compile, it seems like configure should fail.
This error w...
2004 May 22
1
Failure while compiling
Hi guys!
I just try to compile Asterisk with "make all" and get the following
lines multible times:
cli.c:31:19: build.h: No such file or directory
dlfcn.c:40:25: mach-o/dyld.h: No such file or directory
dlfcn.c:41:26: mach-o/nlist.h: No such file or directory
dlfcn.c:42:28: mach-o/getsect.h: No such file or directory
Can someone tell me what's exactly missing?
Regards from Munich
Julian
2006 Jun 22
2
Error - Compiling R on a Sun V40Z - R/R-2.2.1 (PR#9024)
configure: WARNING: dlfcn.h: present but cannot be compiled
configure: WARNING: dlfcn.h: check for missing prerequisite headers?
configure: WARNING: dlfcn.h: see the Autoconf documentation
configure: WARNING: dlfcn.h: section "Present But Cannot Be Compiled"
configure: WARNING: dlfcn.h: proceeding with the...
2001 Oct 24
3
Almost there...
Ok, I managed to compile the Ogg and Vorbis libs. Then, after modifying
the file audio_out.c as follows:
original: #include <dlfcn.h>
modified: #include <win32/include/dlfcn.h>
I was able to (finally!) compile libao.
Then I tried to compile the module vorbis-tools, but uninvited problems
came to my party.
[...]
> /usr/bin/ld: multiple definitions of symbol _getopt
> /usr/lib/libm.dylib(getopt.o) definition o...
2005 Aug 29
2
Compile problem with 1.2 beta 1
...-I../include -D_REENTRANT
-D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS
-fomit-frame-pointer acl.c aescrypt.c aeskey.c aestab.c alaw.c app.c
asterisk.c ast_expr2.c ast_expr2f.c astmm.c autoservice.c callerid.c
cdr.c channel.c chanvars.c cli.c config.c config_old.c db.c
devicestate.c dlfcn.c dns.c dnsmgr.c dsp.c enum.c file.c frame.c
fskmodem.c image.c indications.c io.c jitterbuf.c loader.c logger.c
manager.c md5.c muted.c netsock.c pbx.c plc.c poll.c privacy.c rtp.c
say.c sched.c slinfactory.c srv.c strcompat.c tdd.c term.c translate.c
ulaw.c utils.c
build_tools/make_version_h...
2002 May 25
2
mismatch against version of openssl, letter version brokeness
What risk exists in changing the check for the matching version of
openssl so that the final letter part of the version (e.g. 0.9.6c
vs. 0.9.6d) is ignored? Are there any security vulnerabilities in
such a thing? What if ssh(d) is linked against an older _letter_
version such as 0.9.6c and now finds the library is 0.9.6d? Is
there a security risk in that? Surely a major API change would not
2013 Mar 14
1
glusterfs 3.3 self-heal daemon crash and can't be started
...n crash issue after
rebalanced volume.
Crash stack bellow:
+------------------------------------------------------------------------------+
pending frames:
patchset: git://git.gluster.com/glusterfs.git
signal received: 11
time of crash: 2013-03-14 16:33:50
configuration details:
argp 1
backtrace 1
dlfcn 1
fdatasync 1
libpthread 1
llistxattr 1
setfsid 1
spinlock 1
epoll.h 1
xattr.h 1
st_atim.tv_nsec 1
package-string: glusterfs 3.3.0
/lib64/libc.so.6[0x38d0a32920]
/lib64/libc.so.6(memcpy+0x309)[0x38d0a88da9]
/usr/sbin/glusterfs(mgmt_getspec_cbk+0x398)[0x40c888]
/usr/lib64/libgfrpc.so.0(rpc_clnt_hand...
2008 Nov 14
1
Problems running autoconf on Solaris 10 Update 4
...macros.m4': No such file or directory
/usr/local/bin/m4:lib/replace/libreplace.m4:361: cannot open
`autoconf-2.60.m4': No such file or directory
/usr/local/bin/m4:configure.in:856: cannot open `system/config.m4': No
such file or directory
/usr/local/bin/m4:configure.in:856: cannot open `dlfcn.m4': No such file
or directory
/usr/local/bin/m4:configure.in:856: cannot open `getpass.m4': No such
file or directory
/usr/local/bin/m4:configure.in:856: cannot open `strptime.m4': No such
file or directory
/usr/local/bin/m4:configure.in:856: cannot open `win32.m4': No such file
or...
2004 Aug 06
2
Cross compiling
...tput...
(cached) /bin/sed
checking whether ln -s works... (cached) yes
checking how to recognise dependent libraries...
(cached) unknown
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking command to parse /usr/bin/nm -B output...
(cached) ok
checking for dlfcn.h... (cached) yes
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for objdir... .libs
checking for gcc option to produce PIC... (cached)
-fPIC
checking if gcc PIC flag -fPIC
works... (cached) yes
checking if gcc static fla...
2001 Oct 23
4
Problems compiling under OS X
...uot; -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -I. -I. -I.. -I../include -O20
> -D__NO_MATH_INLINES -fsigned-char -g -O2
> -DAO_PLUGIN_PATH=\"/usr/local/lib/ao\" -c audio_out.c -o audio_out.o
> cc: unrecognized option `-O20'
> audio_out.c:30: header file 'dlfcn.h' not found
> cpp-precomp: warning: errors during smart preprocessing, retrying in
> basic mode
> make[2]: *** [audio_out.lo] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive] Error 1
> [localhost:ecc/Sources/libao-0.8.0] root#
>
What can I do to...
2009 Apr 25
1
GlusterFS on a FreeBSD-Server
...:08 D [inode.c:336:__inode_retire] homeklein/inode:
> retiring inode(140733193388032) lru=348/1024 active=56 purge=1
> pending frames:
> frame : type(1) op(LOOKUP)
>
> patchset: cb602a1d7d41587c24379cb2636961ab91446f86 +
> signal received: 11
> configuration details:db.h 1
> dlfcn 1
> libpthread 1
> spinlock 1
> extattr.h 1
> st_atimespec.tv_nsec 1
> package-string: glusterfs 2.0.0rc4
>
server-log:
http://www.physik.tu-berlin.de/~frendor/glusterfs/second_glusterfsd_cut.log
client-log:
http://www.physik.tu-berlin.de/~frendor/glusterfs/second_glusterfs_client...
2006 Feb 08
3
problem to install R on linux
...C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ranlib... (cached) ranlib
checking for strip...
2013 May 27
1
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
...C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for...
2011 May 29
1
Where is the Centos Linux 5.5 kernel syscall handler for mmap? (Keith Roberts)
...ome/frankc/DQTTest5/csu/ -Wl,
--version-script=/home/frankc/DQTTest5/libc.map
-Wl,-soname=libc.so.6 -Wl,-z,combreloc -Wl,-z,relro -Wl,--hash-style=both
-nostdlib -nostartfiles -e __libc_main
-L/home/frankc/DQTTest5 -L/home/frankc/DQTTest5/math
-L/home/frankc/DQTTest5/elf -L/home/frankc/DQTTest5/dlfcn -L/home/frankc/DQTTest5/nss
-L/home/frankc/DQTTest5/nis -L/home/frankc/DQTTest5/rt -L/home/frankc/DQTTest5/resolv
-L/home/frankc/DQTTest5/crypt -L/home/frankc/DQTTest5/nptl -Wl,
-rpath-link=/home/frankc/DQTTest5:/home/frankc/DQTTest5/math:/home/frankc/DQTTest5/elf:
/home/frankc/DQTTest5/dlfcn:/ho...
2005 Dec 22
2
sir please let me know ( Installation problem)
...C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for...
2007 May 04
1
Help Installing R
...C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ranlib... (cached) ranlib
checking for strip...
2007 Jul 10
1
Building R on Interix 6.0
...C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 262144
checking command to parse /bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ranlib... (cached) ranlib
checking for strip......
2009 May 04
3
Dev Tools
Hi All,
Cent OS 5.3. I need to install the gcc toolchain, but what yum
packages is this?
I need to compile ProFTPD, etc, etc. I tried yum install gcc, what else?
-Jason
2015 Apr 09
2
[LLVMdev] Intercepting dlinfo in memory sanitizer
...d to get started on writing such an interceptor,
but dlinfo seems like an extraordinarily difficult function to intercept.
The three considerations that I would like somebody to look at are:
1) How do we get the enum values to decide what kind of pointer dlinfo is
getting. Ideally we'd include dlfcn.h, but the interceptor file doesn't
generally include system headers. What's the right thing to do here?
2) The structures pointed to contain linked lists, etc. of dynamic linker
state. In order to avoid spurious failures, it seems like we should iterate
the linked lists and unpoison all of...