search for: liba

Displaying 16 results from an estimated 16 matches for "liba".

Did you mean: lib
2016 May 13
2
Creating and using "shared library" of LLVM IR
...s a small example: file: a.c --------- int f_a(int m) { return m + 1; } file: b.c ---------- int f_a(int); int f_b(int n) { return f_a(n); } file: driver.c -------------- int f_b(int); int main(int argc, char *argv[]) { return f_b(argc); } $ clang -flto -Wl,-plugin-opt=emit-llvm -shared -o libA.so a.c $ clang -flto -Wl,-plugin-opt=emit-llvm -shared -o libB.so b.c -L. -lA $ clang -flto -Wl,-plugin-opt=emit-llvm -o driver driver.c -L. -lA -lB All the .so files here are obviously now bitcode files. The last command fails with a "multiple definition" error because both libB.so and...
2020 Sep 24
2
ORC JIT - Can modules independently managed with one LLJIT instance? + problems with ExecutionSession.lookup
Hey Lang, I would be really happy to only have one LLJIT instance and using multiple JITDylibs. However… it seems like that I don’t know enough to use them. So I wonder… 1. When I add Module A to JITDylib A and Module B to JITDylib B – where will those look for undefined symbols? Will Module A for example: will it only search itself and the MainDylib? Or would it also search in JITDylib B?
2008 Nov 18
1
Getting error ld: fatal: symbol `__SUNW_dof'' is multiply-defined:
...nce I can not change. I get an error "ld: fatal: symbol `__SUNW_dof'' is multiply-defined:". What is the solution for this? Here is my simulation of real world problem in sample files. $gmake CC -mt -xtarget=ultra -g -xs -c -o a.o a.cpp dtrace -G -32 -s 1.d a.o -o 1.o CC -xar -o liba.a a.o 1.o CC -mt -xtarget=ultra -g -xs -c -o b.o b.cpp dtrace -G -32 -s 2.d b.o -o 2.o CC -xar -o libb.a b.o 2.o CC -G -o libc.so a.o b.o 1.o 2.o -mt -norunpath ld: fatal: symbol `__SUNW_dof'' is multiply-defined: (file 1.o type=OBJT; file 2.o type=OBJT); ld: fatal: File processing...
2012 Mar 20
0
[LLVMdev] Runtime linker issue wtih X11R6 on i386 with -O3 optimization
...again for the length of this email. Code was compiled on OpenBSD with clang 3.0-release. ======================================================================== With -O0 which works as X expects: ======================================================================== $ make clean rm -f a.o b.o liba.so libb.so app $ make CFLAGS=-O0 clang -O0 -fpic -c a.c clang -shared -o liba.so a.o clang -O0 -fpic -c b.c clang -shared -o libb.so b.o clang -O0 -fpic app.c -o app $ ./app opening a opening b clang and X sitting in a tree :) The relevant bits of objdump -R $ objdump -R liba.so | grep ex_func 20...
1997 May 29
2
R-beta: WISH: For dyn.load()ing, I'd like is.loaded(.) , symbol.C, symbol.For
In S(plus), I can write functions using code fragments like if(!is.loaded(symbol.C("my_C_fun"))) dyn.load("......../my_C_fun.o") r <- .C("my_C_fun", x = x, n = n, ... ) which I would like to have in R, too. The S-plus help page on this subject says : S+>> Code Availability S+>> S+>> DESCRIPTION: S+>> is.loaded
2004 Nov 14
1
Samba cannot find group in ADS
...n winbind? Who can help me have a good sunday? :) Kay testparm: # Global parameters [global] unix charset = UTF8 display charset = UTF8 workgroup = LIHH realm = LIHH.LOC server string = %h server (Samba %v) security = ADS password server = liba.lihh.loc log level = 3 passdb:5 auth:10 winbind:5 syslog = 0 log file = /var/log/samba/log.%m max log size = 1000 domain master = No dns proxy = No wins server = 10.1.1.3 ldap ssl = no panic action = /usr/share/samba/panic-acti...
2010 Feb 11
2
LinkingTo and C++
Hello, I've been trying to make LinkingTo work when the package linked to has c++ code. I've put dumb packages to illustrate this emails here ; http://addictedtor.free.fr/misc/linkingto Package A defines this C++ class: class A { public: A() ; ~A() ; SEXP hello() ; } ; Package B has this function : SEXP say_hello(){ A a ; return a.hello() ; } headers of package A are copied
2020 Oct 20
0
RIP: 0010:g84_gr_tlb_flush+0x2eb/0x300
...intel_rapl_msr intel_rapl_common x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm ath9k irqbypass ath9k_common ath9k_hw crc32_pclmul ath snd_hda_codec_conexant ghash_clmulni_intel snd_hda_codec_generic snd_hda_codec_hdmi ledtrig_audio mac80211 snd_hda_intel snd_intel_dspcfg aesni_intel libaes crypto_simd snd_hda_codec snd_hda_core cryptd snd_hwdep cfg80211 glue_helper dcdbas snd_pcm rapl iTCO_wdt snd_timer intel_pmc_bxt mei_me intel_cstate rfkill iTCO_vendor_support snd intel_uncore dell_smm_hwmon mei serio_raw soundcore watchdog libarc4 at24 sg pcspkr evdev binfmt_misc ip_tables x_ta...
2012 Oct 23
0
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
Hi Jack, > It is interesting though that LLVMPolly.so shows the linkage... > > /sw/opt/llvm-3.2/lib/LLVMPolly.so: > /sw/lib/libisl.10.dylib (compatibility version 11.0.0, current version 11.0.0) > /sw/lib/gmp5/libgmp.10.dylib (compatibility version 11.0.0, current version 11.5.0) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0) >
2015 Apr 04
1
Downloading a great number of files from different rsync servers for good loadbalancing and high efficiency.
...eat number of lines like the following: ---------- [snipped] pool/main/m/mockobjects/libmockobjects-java-doc_0.09-5_all.deb pool/main/s/subtitleeditor/subtitleeditor_0.33.0-3_amd64.deb pool/main/h/haskell-hgl/libghc-hgl-prof_3.2.0.5-1_amd64.deb pool/main/l/lsh-utils/lsh-doc_2.1-5_all.deb pool/main/liba/libav/libswscale3_11.3-1_i386.deb pool/main/s/smokeqt/libsmokeqtuitools4-3_4.12.2-2_amd64.deb pool/main/libo/libotf/libotf0-dbg_0.9.13-2_amd64.deb [snipped] ---------- 2- Secondly, I obtain the list for all of the available rsync servers supplied by Debian official and other open-source sites from...
2001 Aug 21
2
ao changes
Why has ao been changed so that there are now two open() functions ? IMHO the original ao_open() was fine - if you wanted to set the filename for output, you could add an option via ao_append_option and if you wanted to avoid overwriting an existing file, you could stat() it yourself. Having ao_open_live() and ao_open_file() just makes more work for the user of the library for no gain, AFAICT.
2001 Aug 21
2
ao changes
Why has ao been changed so that there are now two open() functions ? IMHO the original ao_open() was fine - if you wanted to set the filename for output, you could add an option via ao_append_option and if you wanted to avoid overwriting an existing file, you could stat() it yourself. Having ao_open_live() and ao_open_file() just makes more work for the user of the library for no gain, AFAICT.
2020 Jul 08
3
[Bug 1440] New: kernel oops allowing a connection with nfq_set_verdict() on kernel 5.7.x with hardening parameters
..._nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nft_counter vboxnetadp(OE) vboxnetflt(OE) xt_tcpudp nft_compat vboxdrv(OE) bridge stp llc nf_tables nfnetlink fuse uinput binfmt_misc intel_rapl_msr intel_rapl_common mei_wdt x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iwldvm kvm mac80211 libarc4 snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi iwlwifi irqbypass intel_cstate intel_uncore intel_rapl_perf joydev snd_hda_intel nvidia_drm(POE) snd_intel_dspcfg pcspkr wmi_bmof cfg80211 serio_raw snd_hda_codec sg thinkpad_acpi tpm_tis drm_kms_helper iTCO_wdt snd_hda_core iTCO_ven...
2012 Oct 23
2
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
On Tue, Oct 23, 2012 at 09:41:46AM +0200, Duncan Sands wrote: > Hi, > >> I looks like the code is calling dlopen() on LLVMPolly.so and it or something it links against has an initializer. The initialer is run before dlopen() returns and the crash is in the initializer. The message: >> >> dyld: fast lazy bind offset out of range (53437, max=7640) in image
2013 Jun 26
24
Re: [XenARM] XEN tools for ARM with Virtualization Extensions
...broken guest loading on ARM, but your problems do not seem to be related to that (I mention it because it might be something you hit after we work through your current issues) > This repo is what we are using for our Hypervisor development also. > > When building the tools, I found that libaio does not build for ARM > since it was missing tools/libaio/src/syscall-arm.h. > > I found a version on the web so that I could continue. Are you picking up the libaio in tools/libaio? That is an ancient snapshot used to support older distros which don't ship libaio themselves. It r...
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...}AdX%Qwg%0Q+*3XJc#FzOnJXDMf+GwpA@4GZ(G|~U1Dp&|h)bsfbIeuUd!thT zsuyfHga3kYGEK=f$zmjlrUi<9m$1RNT>bWD_|>`j_ovK_yV=#Ste%`VkG#tdV8UgB zxR}4Psl&@l=r~l`+Rr!ScRSOFN<&*CU{3|i>T<>!P|g|XQdxW2596h8>E}bSSu8IB z!+U`$0qV*qtv+#kNwPsypf;t}B&WV?TN<+<@4bVlH%XEx_G;DjGq?*b==lIbA-0xB z{z!KxWp6W#8~B_J-ceMMx1PxvNm&o?fHk8{5q$R&ZIkmhcLNaZND3GMTpKo)LoJ{0 zM4oXsgVGBgEW({^V8CQUSi$}&q+bD#49_$yZ?^+sA3<lK5qK^PORIrftRd@d0e%Q` zi0A!xs!au>iF;J5GKc01mGIBWi6My9VvF^moTnyh%nWroLu?6M!38&ZqhqcN{Ub?S zM>cTRmrCs4bS#%>dC(uIaO8g!vw2kqTKM~Szg3BNvkhPo5XjXpe{l|c2f<aOu@...