search for: mysi

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

Did you mean: msi
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
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
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 biggest, how SQL Serve would integrate was next and so on. I'm no...
2005 Mar 03
0
fax and codecs
Hello! I'm try to implement a fax service using spandsp (0.0.2-pre10) and NVFaxDetect (since I'm using a SIP channel). I receive the call from pstn on my SIP/PSTN gateway (welltech 3804). The fax is detected by NVFaxDetect and than a macro is started. The welltech use Alaw codec. The problem is the following: NOTICE[22270]: Dropping incompatible voice frame on
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 .libs/synthesis.o .libs/psy.o .libs/info.o .libs/floor1.o
2012 Jun 28
2
[LLVMdev] Problem compiling with clang + gold plugin: no archive symbol table
Hi, I build llvm with gold plugin, clang and the binutils(and it's put into the PATH) with plugins support. ld.gold is renamed to ld. A quick test of clang -flto -O0 hello.c can succeed. But when I try to export CC="clang -v -flto" and compile MySQL, it failed in the linking with the following error message: "/home/ryan/binutils/bin/ld" -export-dynamic -z relro