search for: mysys

Displaying 7 results from an estimated 7 matches for "mysys".

Did you mean: msys
2012 Jun 29
0
[LLVMdev] Problem compiling with clang + gold plugin: no archive symbol table
I tried some other configurations. Now with llvm 3.0 + clang 3.0, and expoert CC to be clang -flto -use-gold-plugin, and other ENV variables. Good news is the "no archive symbol error message" is gone, but bad news is new error messages appear > /path/to/ld: error: ../mysys/libmysys.a: member at 8758 is not an ELF > object > /path/to/ld: error: ../mysys/libmysys.a: member at 817850 is not an ELF > object > /path/to/ld: error: ../mysys/libmysys.a: member at 827534 is not an ELF > object Searched a related thread(where the failed test case have similar...
2012 Jun 28
2
[LLVMdev] Problem compiling with clang + gold plugin: no archive symbol table
Thanks for replying! I didn't install the new binutils to system directory in case it messes thing up. For ranlib, from the error message, it seems to be the reason. But even I export RANLIB=/bin/true, clean the code and rebuild, it still fails with the same message. I created a symlink in /usr/lib/bfd-plugins as suggested in http://lists.cs.uiuc.edu/pipermail/llvmdev/2010-March/030101.html.
2014 Mar 27
1
GLIBC_2.7 not found
Hi, I am trying to run a software which requires a specific version of glib(GLIBC_2.7). Current version of GLIB on my system is 2.5 and error which I am getting is - ------------------------------ [hp at mysys example]$ /share/apps/CAP3/cap3: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by /share/apps/CAP3/cap3) ------------------------------ [root at mysys scratch]# ldd --version ldd (GNU libc) 2.5 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source f...
2008 Feb 22
1
Integrating Misys into existing Samba network
Hi, I do the networking for a smallish medical clinic here. They have decided to go with the Misys MyWay Electronic Medical Records system. The engineers from Mysis about freaked out when the found out that I'm running Samba on OpenBSD, and had all kinds of issues they were worried about--whether their Windows Server 2003 system with Active Domain would integrate with Samba was the
2005 Mar 03
0
fax and codecs
...n => s,6,Background(vm-extension) exten => fax,1,Goto(fax,2201,1) [macro-faxreceive] exten => s,1,SetVar(FAXFILE=/var/spool/asterisk/fax/${UNIQUEID}.tif) exten => s,2,DBGet(EMAILADDR=extensionemail/${MACRO_EXTEN}) exten => s,3,rxfax(${FAXFILE}) exten => s,103,SetVar(EMAILADDR=me@mysys.com) exten => s,104,Goto(3) [fax] exten => 2201,1,Macro(faxreceive) exten => 2202,1,Macro(faxreceive) exten => 2203,1,Macro(faxreceive) exten => h,1,system(/usr/local/sbin/mailfax ${FAXFILE} ${EMAILADDR} "${CALLERIDNUM} ${CALLERIDNAME}") Here is my relevant sip.conf [pst...
2006 May 09
0
libvorbis build errors when using configure
First my environment MinGW and MYSYS with gcc 3.4.2 under Windows XP pro. I configured and built libbogg with out a problem. I configured libvorbis and it finds libogg. When I type make it dies with: gcc -shared .libs/mdct.o .libs/smallft.o .libs/block.o .libs/envelope.o .libs/window.o .libs/lsp.o .libs/lpc.o .libs/analysis.o ....
2012 Jun 28
2
[LLVMdev] Problem compiling with clang + gold plugin: no archive symbol table
...i686-linux-gnu/4.5/../../../../i386-linux-gnu > -L/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu > -L/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../.. -L/lib > -L/usr/lib -plugin > /home/ryan/llvm-build/Debug+Asserts/bin/../lib/LLVMgold.so my_main.o > factorial.o libdbug.a ../mysys/libmysys.a ../strings/libmystrings.a > -lpthread -lcrypt -lnsl -lm -lpthread -lgcc --as-needed -lgcc_s > --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed > /usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/crtend.o > /usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../i38...