Displaying 2 results from an estimated 2 matches for "basecod".
Did you mean:
basecmd
2002 May 09
1
patch to configure.in for Solaris/gcc (-KPIC vs. -fPIC)
To Solaris admins....
Here's a patch for 2.2.4 for building on Solaris
using GCC. You'll need to rerun autoconf after
applying....
The second patch removes compiler warnings about
redefinitions of ZERO_STRUCT.
Now winbind should compile on solaris quietly.
cheers, jerry
---------------------------------------------------------------------
Hewlett-Packard
2006 Nov 18
2
[LLVMdev] EH and call conversion integration
...me with option to try the build tho
whole engine (which is 300+k lines) with llvm-gcc. If I understand
right, all such problems should disappear. So, if I compile, for example
for x86 statically or with JIT, will the code be compatible (always!) at
the end?
The problem in the engine is that the basecode will be generated
statically for each platform while all scripts (that should be compiled)
will be JIT-ed. I would still need to make special care so that scripts
will actually compile to the same thing (since they are not C++) but
will the llvm be compatible on all targets for JIT and anythin...