Displaying 4 results from an estimated 4 matches for "41257".
Did you mean:
412,7
2009 Apr 17
1
[LLVMdev] mingw build problems
...execute
> programs in which the compiler has hard-coded calls to __eprintf? Does
> that mean that __eprintf ought to be found in libgcc?
Does it perhaps relate to the old
runtime/GCCLibraries/libgcc/eprintf.c, which was removed here:
http://llvm.org/viewvc/llvm-project?view=rev&revision=41257
?
Thanks,
Jay.
2009 Apr 17
0
[LLVMdev] mingw build problems
The next problem I have is:
llvm[2]: Linking Debug executable opt
/home/foad/llvm/objdir-mingw/Debug/lib/libLLVMSystem.a(DynamicLibrary.o):/home/foad/svn/llvm-project/llvm/trunk/lib/System/Win32/DynamicLibrary.inc:179:
undefined reference to `___eprintf'
collect2: ld returned 1 exit status
I can work around this by removing the two references to __eprintf
from
2006 Mar 20
0
problem in installing Internet Explorer6 with SP1 onCentos4.0 through Winetools
Hi Ankush,
The reason is very simple - you are booting into the CentOS SMP kernel which
is the default. Wine doesnt work properly with the smp kernel. Just boot
into the normal kernel (2.6.9-11.EL) and your problem will be solved.
Cheers!
Amit
hey friends,
I am trying to install Internet Explorer 6 with SP1 on Centos through
Winetools but everytime it failed.I have installed dcom98.exe and
2009 Apr 17
15
[LLVMdev] mingw build problems
I'm trying to cross-compile LLVM with build=, host=target=. I'm using
the following packages from Debian lenny:
mingw32 4.2.1.dfsg-1
mingw32-binutils 2.18.50-20080109-1
mingw32-runtime 3.13-1
The first problem I hit was when I configured with CC, CXX, AR and
RANLIB set to mingw cross-tools, but forgot to specify NM as well.
This resulted in a load of warnings that scrolled off the