search for: clib

Displaying 17 results from an estimated 17 matches for "clib".

Did you mean: cli
2016 Jul 03
2
clib `open` writes a linefeed to stdout when used in the JIT
I'm having a problem with my code generating empty lines and it appears to be the CLib `open` function generating an empty line when used within the JIT-VM. If I compile my program to an exe file it doesn't happen. I also have a lot of other code running in the VM without this problem, it's somehow particular to `open`. A chunk of my IR that calls `open`: defer_body_26:...
2007 Dec 30
1
[LLVMdev] using llvm-ld with existing libraries
...powerpc-apple-darwin9. In particular, I am finding that the link command... llvm-ld -O4 -native -o molscript molscript.tab.o global.o lex.o col.o select.o state.o graphics.o segment.o coord.o xform.o postscript.o raster3d.o vrml.o regex.o opengl.o image.o eps_img.o sgi_img.o jpeg_img.o png_img.o clib/clib.a /sw/lib/libfreeglut.3.8.0.dylib /usr/X11R6/lib/libGLU.1.3.dylib /usr/X11R6/lib/libGL.1.2.dylib /System/Library/Frameworks/OpenGL.framework/Libraries/libGL.dylib /usr/X11R6/lib/libX11.6.2.0.dylib /usr/X11R6/lib/libXi.6.0.0.dylib /usr/X11R6/lib/libXmu.6.2.0.dylib /sw/lib/libjpeg.62.0.0.dylib /...
2012 Sep 30
0
[LLVMdev] Hello World assembly without clib "puts"?
On 30 Sep 2012, at 01:05, Andrew Pennebaker wrote: > Can Hello World be written in LLVM assembly without using a C library function like "puts"? LLVM IR models a general-purpose unprivileged CPU instruction set and so lacks anything to do I/O. If you want to interact with anything beyond the CPU and stack, you must either call a library function, issue a system call, or modify some
2012 Sep 30
3
[LLVMdev] Hello World assembly without clib "puts"?
Can Hello World be written in LLVM assembly without using a C library function like "puts"? Cheers, Andrew Pennebaker www.yellosoft.us -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120929/ed2e5f2f/attachment.html>
2007 Dec 29
2
[LLVMdev] llvm-gcc-4.2 and -O4
What are the current limitations of using -O4 in llvm-gcc-4.2? As a first test, I compiled the molscript program first as -O3 and it works fine. However if i try to compile the same code as -O4, the build fails with... ar -cru clib.a args.o str_utils.o dynstring.o err.o indent.o vector3.o matrix3.o quaternion.o body3d.o extent3d.o io_utils.o colour.o key_value.o named_data.o double_hash.o hermite_curve.o element_lookup.o aa_lookup.o mol3d.o mol3d_init.o mol3d_io.o mol3d_utils.o mol3d_chain.o mol3d_secstruc.o sgi_image.o vrml....
2012 Sep 30
3
[LLVMdev] Hello World assembly without clib "puts"?
> > The more important question is: why would you want to do that? What > problem are you trying to solve? As weird as it sounds, I'm looking for multiplatform assembly languages. I want to learn assembly, but I want my knowledge and code to carry over no matter which operating system I'm using. I regularly use Windows, Mac, and Linux, and I don't want to have to rewrite my
2007 Dec 29
0
[LLVMdev] llvm-gcc-4.2 and -O4
...2007, at 11:43 AM, Jack Howarth wrote: > What are the current limitations of using -O4 in > llvm-gcc-4.2? As a first test, I compiled the molscript > program first as -O3 and it works fine. However if i > try to compile the same code as -O4, the build fails with... > > ar -cru clib.a args.o str_utils.o dynstring.o err.o indent.o > vector3.o matrix3.o quaternion.o body3d.o extent3d.o io_utils.o > colour.o key_value.o named_data.o double_hash.o hermite_curve.o > element_lookup.o aa_lookup.o mol3d.o mol3d_init.o mol3d_io.o > mol3d_utils.o mol3d_chain.o mol3d_...
2011 Oct 19
1
Failed dependencies for libxslt-ruby on CentOS 6
...xslt-lib=${exslt-dir}/lib --with-zlib --without-zlib --with-iconvlib --without-iconvlib --with-iconvlib --without-iconvlib --with-libiconvlib --without-libiconvlib --with-libiconvlib --without-libiconvlib --with-clib --without-clib --with-xml2lib --without-xml2lib --with-xsltlib --without-xsltlib --with-exsltlib --without-exsltlib extconf.rb:114: undefined method `find_by_name' for Gem::Specification:Class (NoMethodError) Gem files will remain instal...
2007 Aug 12
1
Calysto v1.5 reports on ssh v4.6p1
New version of Calysto reports a warning that looks like a bug to me: ------------------------------------------ Possible NULL-ptr deref (vc27053): @/work/projects/llvm/tools/Calysto/IfaceSpecs/clib.c:1823 Bug: ?? Explanation: choose_dh (dh.c:111) calls fopen twice (@120). If the first call to fopen fails (returns NULL), but the second one succeeds, fgets (@129) is called with f==NULL. ------------------------------------------ Can anyone confirm that this is a potential issue? Thx, --...
2001 Aug 13
1
WineLib Linker Error?
...32.dll import ntdll.dll and a hand crafted make file. When I run the make I get the following output (line wrapping added): make -f test.mak gcc -x c++ -c -g -Wall -O2 -mpreferred-stack-boundary=2 -fPIC -I/usr/X11R6/include -I. -I../../wine-20010731/include -I../zeusnls -I../ilib -I../clib -I../xlib -I../apollo test.cpp LD_LIBRARY_PATH="../../wine-20010731/unicode:$LD_LIBRARY_PATH" ../../wine-20010731/tools/winebuild/winebuild -fPIC -L../../wine-20010731/dlls -o test.spec.c -spec test.spec gcc -c -g -Wall -I/usr/X11R6/include -I. -I../../wine-20010731/include -...
2004 Jun 25
4
wxruby 0.4.0 won''t compile [linux]
Has anyone run across this: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../../i686-pc-linux-gnu/bin/ld: wxruby.so: undefined versioned symbol name wxBitmapButtonBase::SetMargins(int, int)@@WXGTK2_2.4 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../../i686-pc-linux-gnu/bin/ld: failed to set dynamic section sizes: Bad value collect2: ld returned 1 exit status make: *** [wxruby.so] Error 1 rm
2004 Dec 06
1
Help: Apache2, Tomcat5 and jk2_connector
...--mode=compile gcc -O2 -g -pipe -march=i386 -mcpu=i686 -DSSL_EXPERIMENTAL_ ENGINE -I/usr/kerberos/include -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SO URCE -D_GNU_SOURCE -I../../include -I/usr/include/httpd -I/rpmbuild/centos/rpm/BUILD/httpd-2.0.46/prefork/sr clib/apr-util/include /rpmbuild/centos/rpm/BUILD/httpd-2.0.46/srclib/apr-util/include -I/rpmbuild/centos/rpm/B UILD/httpd-2.0.46/prefork/srclib/apr/include /rpmbuild/centos/rpm/BUILD/httpd-2.0.46/srclib/apr/include -I /us r/java/j2sdk1.4.2_06/include -I /usr/java/j2sdk1.4.2_06/include/linux -DCHUNK_SIZ...
2017 Dec 06
0
CEBA-2017:3325 CentOS 7 libstoragemgmt BugFix Update
...6a3707963878618bd26503330864e3da75dc366f426d libstoragemgmt-nstor-plugin-1.4.0-5.el7_4.noarch.rpm 942401cc048cdf48c2794d6791b176779e590a75e692178475a433c068a7a8d9 libstoragemgmt-python-1.4.0-5.el7_4.noarch.rpm 29251d2a455fb9b9a44636395bcbe6ee9adf0c98d938ac4996aebfe9082bd357 libstoragemgmt-python-clibs-1.4.0-5.el7_4.x86_64.rpm b9c29588dbf204a8d8db10bb9d59ebc703f11c119a37957a1319eb44f78b8855 libstoragemgmt-smis-plugin-1.4.0-5.el7_4.noarch.rpm 5a7a4d8c23e1bba7500a3620499317b55a8ff197064b4219d9ac0a969b2580d6 libstoragemgmt-targetd-plugin-1.4.0-5.el7_4.noarch.rpm cccad95e365f4fe7239675afc0cbd0bd0a...
2008 Feb 29
2
[LLVMdev] llvm/test: suffix or operands invalid for `push'
...to `as' would make these errors go away, so the error message probably is because the standard 64-bit assembler tries to work on 32-bit assembly instructions and fails. Unfortunately, --32 on the assembler isn't enough; after that, `ld' will fail because it's trying to link a 64-bit clib and crt to 32-bit code. Actually dejagnu properly identifies the target platform; among other things, the output from cd test make has Target is i686-pc-none Host is x86_64-unknown-linux-gnu which means it knows that it is running on amd64 (host = x86_64) and deals with compilers emittin...
2008 Feb 29
0
[LLVMdev] llvm/test: suffix or operands invalid for `push'
>>> >>> Those are valid instructions in every x86-32 assembler I'm aware of. >>> Perhaps it needs a switch to put it in 32-bit mode? >> >> Yes, I have been able to confirm that's what's happening behind the >> scene. The switch would be --32, however after that, ld will try to >> link >> the 64-bit versions of libc and the C
2008 Feb 29
3
[LLVMdev] llvm/test: suffix or operands invalid for `push'
I do not know the configury stuff well enough to answer this, can someone else help? On Feb 28, 2008, at 1:55 AM, Joachim Durchholz wrote: > Am Mittwoch, den 27.02.2008, 14:31 -0800 schrieb Dale Johannesen: >> On Feb 27, 2008, at 2:12 PM, Joachim Durchholz wrote: >>> All error messages refer to one of the following four >>> instructions: >>> pushl %ebp
2003 Jan 28
1
Having a problem ...
...10] lib/util.c:dump_data(1539) [040] 02 4C 4D 31 2E 32 58 30 30 32 00 02 4C 41 4E 4D .LM1.2X0 02..LANM [2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539) [050] 41 4E 32 2E 31 00 02 4E 54 20 4C 4D 20 30 2E 31 AN2.1..N T LM 0.1 [[2003/01/23 17:55:182003/01/23 17:55:18, 3, 10] ] smbd/server.clib/util.c::exit_serverdump_data(495() 1539 Server exit (normal exit) ) [060] 32 00 2. [2003/01/23 17:55:18, 3] smbd/process.c:switch_message(685) switch message SMBnegprot (pid 24954) [2003/01/23 17:55:18, 0] smbd/process.c:smb_dump(637) created /tmp...