Displaying 20 results from an estimated 7000 matches similar to: "[LLVMdev] clang\clang++ 3.6.0 don't find C\C++ header , in windows ?"
2005 Sep 14
1
[LLVMdev] How to compile llvm with mingw on Windows ?
I'm trying to compile llvm (cvs head) on windows (WinXP sp2) using the
lastest mingw, but I'm getting the link errors found below. It seems that
the tools are not being linked with win32 api lib (libimagehlp.a and
libpsapi.a) which defines the missing symbols. The TOOLS_VERBOSE link
command is at the end of the mail and does not contain those libraries.
The configure line I'm
2017 Mar 15
2
xapian core missing link to math on MSYS2
Dear All,
I've tried to build xapian-core 1.4.3 on MSYS2. It fails with attached
error (undefined reference to `exp10'). I think it might be missing an
explicit link to 'm'. I'm not able to fix this myself as I do not
know autotools sufficiently well, but I hope you might be able to help.
Cheers,
Mario Emmenlauer
--
BioDataAnalysis GmbH, Mario Emmenlauer Tel.
2012 Jun 18
1
[LLVMdev] MinGW 4.7.0-compiled Clang Mis-compiles Simple Programs
When using MinGW 4.7.0 to compile Clang on Windows, the resulting Clang
binary does not correctly compile simple C++ code. This is with ToT
LLVM/Clang.
Clang build:
$ cmake -DCMAKE_BUILD_TYPE=Debug -DLLVM_TARGETS_TO_BUILD=X86
-DLLVM_EXTERNAL_CLANG_SOURCE_DIR=<dir> -G Ninja <llvm-dir>
$ ninja
After building Clang, I tried to compile the following program:
#include <iostream>
2005 Aug 30
1
[LLVMdev] X86ISelPattern.cpp:73: undefined reference to `X86CompilationCallback
Hi LLVM'ers,
I can't figure out why I get this error:
--------------------------------------------------
c:/MinGW/bin/../libexec/gcc/mingw32/3.4.2/collect2.exe -Bdynamic -o
c:/projects/build/MinGW/llvm-1-1/Debug/bin/llc.exe /mingw/lib/crt2.o
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/crtbegin.o
-Lc:/projects/build/MinGW/llvm-1-1/Debug/lib
-Lc:/projects/build/MinGW/llvm-1-1/Debug/bin
2012 Apr 24
1
[LLVMdev] Linking executable error on Windows
I followed the build instructions for LLVM+clang -- that all went OK. But compiling a simple "hello world" program with clang++ gives a linker error -- see attached log file.
- Paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 1881 bytes
Desc: not available
URL:
2014 Aug 01
2
[LLVMdev] Building LLVM as a shared library on MinGw (Makefiles)
The shared library works fine here. I only made one modification to the
'tools/llvm-shlib/Makefile', because otherwise, two shared libraries would
be created.
I've commented out the line 'SHARED_ALIAS := 1' from the Makefile.
Here is the command line i used to build LLVM/Clang:
../../configure --build=i686-w64-mingw32 --disable-assertions
--enable-keep-symbols
2023 Aug 13
2
a quick and dirty way to compile R on win arm64 using clangarm64
hello everyone:
On this boring weekend, I tried compile R-trunk on windows 11 arm64 using clangarm64+msys2 on macbook m1 , it surprisingly easy to compiled and run.
more investigation and test and code modify need to be done ,but IMO this is a good beginning !!
to compile R on windows 11 arm64 just need :
1 svn checkout R-trunk and add USE_LLVM=YES in MKRules.dist or Mkrules.local
2 install
2014 Dec 06
2
GCC/clang compilation issues
> Oliver St?neberg wrote:
>
> > I finally got around to trying to update FLAC for the MAME/MESS
> > project again. There were several issues I was able to fix and will
> > submit patches later, but I hit one roadblock with GCC and clang:
> >
> > src/lib/libflac/libFLAC/stream_encoder.c:1696:43: error: cast from function call
> > of type
2014 Jul 19
1
patch about mingwbuild 4.9.1
recently I used gcc 4.9.1 (http://sourceforge.net/projects/mingw-w64/files/Toolchains targetting Win64/Personal Builds/mingw-builds/)on windows to build R,but failed when link R.dll ,it report linker status 5.
after some digging, I found when use gcc 4.9.1 64 bit on windows there are lots of .refptr.*(* is r function name) in R.def, which lead build fail.so I add a simple path to
2018 Feb 13
2
R Compilation gets stuck on Windows 64
On Tue, Feb 13, 2018 at 12:22 PM, Indrajit Sen Gupta
<indrajitsg at gmail.com> wrote:
> Hi Avraham,
>
> I tried with the patched version. The same error message.
>
> gcc -std=gnu99 -m64 -shared -s -mwindows -o R.dll R.def console.o dynload.o
> editor.o embeddedR.o extra.o malloc.o opt.o pager.o preferences.o psignal.o
> rhome.o rt_complete.o rui.o run.o shext.o
2017 May 21
2
RFC: A new llvm-dlltool driver and llvm-lib driver improvements
Hi Martell,
r289280 was not intended to be a significant functional change in the sense
that it would cause programs to fail to link, so this may be a bug I
introduced in r289280 (or one of the followup patches, which also changed
link order).
How is crt0_c.c being added to the link? If crt0_c.c is supplying a
definition of the main function I would expect it to be in an archive which
would
2018 Feb 13
2
R Compilation gets stuck on Windows 64
In the file MkRules.local.in, I see the line: USE_ATLAS = NO which I
believe needs to be changed to YES. But how do I specify the BLAS file
*libopenblas_haswell-r0.2.20.a
*and its location?
Regards,
Indrajit
On Tue, Feb 13, 2018 at 6:41 PM, Indrajit Sen Gupta <indrajitsg at gmail.com>
wrote:
> I was able to compile the R from the github by running build-r-devel.bat!
>
> Now need
2011 Aug 22
0
[LLVMdev] Undefined references when LLVM is configured with "--host=x86_64-gnu-linux --target=x86_64-w64-mingw32"
Hi Ruben,
Try adding a --build=x86_64-gnu-linux option to configure as well. I don't have that configuration locally, so I can't check to be certain, but IIRC, our configure wants all three for a cross compile like this.
-Jim
On Aug 21, 2011, at 7:19 AM, Ruben Van Boxem wrote:
> Hi,
>
> I'm getting a returning build failure when building a linux->windows
>
2011 Aug 21
4
[LLVMdev] Undefined references when LLVM is configured with "--host=x86_64-gnu-linux --target=x86_64-w64-mingw32"
Hi,
I'm getting a returning build failure when building a linux->windows
crosscompiler out of LLVM/Clang.
Attached is config.log and below is the output of "make VERBOSE=1"
llvm[2]: Linking Release executable FileCheck (without symbols)
g++ -I/home/ruben/mingw-w64/toolchain/linux64mingw64/llvm-clang/include
2019 Aug 20
2
Re: Compiling Libvirt on Windows for Hyper V support
Hi,
I have attached my compressed config file.
Thanks,
Reza
> On Aug 20, 2019, at 12:03 PM, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> Re-adding the mailing list CC - please don't drop it.
>
> On Tue, Aug 20, 2019 at 11:54:34AM -0400, reza shahriari wrote:
>> Hi,
>>
>> I am using msys2. When I run `./configure` without any parameters
2014 Jun 03
1
Two questions about RG in flac
On 6/3/14, Robert Kausch <robert.kausch at freac.org> wrote:
> Am 03.06.2014 16:45, schrieb lvqcl:
>> 2) to ALL:
>> I attached a small program. Compile and run it.
>> * Does it work correctly when compiled with -O3 -msse2 options?
>> * If yes, does it work correctly when compiled with -O3 -funroll-loops
>> -msse2 options?
>> ( and what is the version
2007 May 29
3
Adding support for .w64 (wave64) format
I use Sony (previously Sonic Foundry) Sound Forge, which allows me to save
audio files in .w64 (Wave 64) format to get around the 2GB .wav file
limitation. W64 was invented by Sonic Foundry, and is an open format as far
as I know. The only programs I know about using the .w64 format at the
moment are Sound Forge and Steinberg Nuendo, although there may be others
out there. With increasing
2015 Sep 14
1
Optimization bug when byte compiling with gcc 5.2.0 on windows
On Mon, Sep 14, 2015 at 8:49 PM, Jeroen Ooms <jeroen.ooms at stat.ucla.edu> wrote:
> I tested this hypothesis by replacing '__GNUC__ <= 4' with '__GNUC__
> <= 5' and rebuilding R, but this introduces a whole lot of problems
> that were not there before. In particular R crashes when using the
> graphics device, which it did not without this fix.
I found
2011 Oct 06
2
[LLVMdev] [Patch] Build failure on Windows+MinGW (GCC and Clang)
When building LLVM/Clang, I get the following build failure:
[ 4%] Building CXX object
lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.obj
In file included from M:\Development\Source\LLVM\lib\Support\Signals.cpp:33:
M:\Development\Source\LLVM\lib\Support/Windows/Signals.inc:48:17: error:
redefinition of '_IMAGEHLP_LINE64'
typedef struct _IMAGEHLP_LINE64 {
^
2015 Mar 09
5
Notes on building a gcc toolchain for Rtools (but not multilib)
Hi,
[This is a follow-up to the "New version of Rtools for Windows" thread
in January, but I just subscribed and don't know how to reply to an
old thread -- my apologies.]
I was able to use the nuwen distro to build a gcc 4.9.2 toolchain and
use it to build the latest R-patched with it.
Below are some notes about what I did; I hope they will be useful for
keeping Rtools