Displaying 20 results from an estimated 1300 matches similar to: "[LLVMdev] how to compile mingw-llvm-gcc in windows"
2007 Dec 17
0
[LLVMdev] how to compile mingw-llvm-gcc in windows
Dear LLVM-DEV
Hello
I am Dueky.
I knew about llvm 3 months ago, and I have studied it..
I read Document for llvm in llvm.org, and I have tried compile to source file about llvm and llvm-gcc.
But I could not make a success of compile to the "mingw-llvm-gcc in windows".
I saw binary file "mingw-llvm-gcc for windows" , but I couldn't find the "how to compile to the
2007 Dec 17
0
[LLVMdev] how to compile mingw-llvm-gcc in windows
Anton--
I had some problems just getting a binary of mingw to run on my Windows box,
so perhaps, if you're willing, a step-by-step "download this, install it
here, download this other, install it here, download this optional piece if
you want X and install it here, now compile hello.cc and look at what you've
got" kind of installation guide would be helpful. (I got lost between
2007 Dec 17
2
[LLVMdev] how to compile mingw-llvm-gcc in windows
Hello, Dueky
> But I could not make a success of compile to the "mingw-llvm-gcc in
> windows".
> I saw binary file "mingw-llvm-gcc for windows" , but I couldn't find
> the "how to compile to the mingw-llvm-gcc in windows".
In general, compilation of llvm-gcc for mingw is the same as compilation
of llvm-gcc for any other platform. However, there are
2015 Dec 21
2
Beginner's questions/suggestions
Hi!
I was just trying libopus0-1.1-3.2.x86_64 and opus-tools-0.1.9-3.2.x86_64 on openSUSE Leap, and I was wondering:
opusenc does not display the file name it processes. In Lunux when you use some batch processing, it might be interesting! Example output for
"for f in *.wav;do opusenc --bitrate 160 $f ${f%.wav}.opus; done":
---just on file---
Encoding using libopus 1.1 (audio)
2015 Dec 22
1
Antw: Re: Beginner's questions/suggestions
>>> Ralph Giles <giles at thaumas.net> schrieb am 21.12.2015 um 19:51 in Nachricht
<CAEW_RkshUM55uwdvU6DsE17pLZki651Xvvu7d2Y6jObePXZwCQ at mail.gmail.com>:
> On 21 December 2015 at 04:31, Ulrich Windl
> <Ulrich.Windl at rz.uni-regensburg.de> wrote:
>
>> opusenc does not display the file name it processes. In Lunux when you use
> some batch processing,
2008 Aug 27
1
RCurl: using netrc with curlPerform
Hello,
I am having trouble getting the curlPerform function to authenticate
using the .netrc file. From the documentation I've read it
certainly seems as though this function should be able to authenticate
via the .netrc file.
The example I am using here comes from the "R as a Web Client- the RCurl
package" paper and demonstrates using the .netrc file to access the
2015 Dec 21
0
Beginner's questions/suggestions
On 21 December 2015 at 04:31, Ulrich Windl
<Ulrich.Windl at rz.uni-regensburg.de> wrote:
> opusenc does not display the file name it processes. In Lunux when you use some batch processing, it might be interesting! Example output for
> "for f in *.wav;do opusenc --bitrate 160 $f ${f%.wav}.opus; done":
In situations like this, i usually insert an 'echo $f;' before he
Cannot access Windows 10 printer - but can access all other parts of teh server (disks, folders etc)
2020 Sep 20
0
Cannot access Windows 10 printer - but can access all other parts of teh server (disks, folders etc)
Hi,
I am very new to mailing lists so please excuse any mistakes I make
regarding ettiquete etc.
On a home network (Windows/Apple/Lunux) everybody has co-operated
happily. I recently swapped my Linux system from Mint (Mate) to Debian
(KDE) Buster.
I can no longer access the Windows machine's printer form Debian.
I have tried many things and done a great deal of googling but cannot
seem to
2019 Nov 18
0
2019 년 9 월 ~ 10 월의 SOA
An HTML attachment was scrubbed...
URL: <https://lists.zytor.com/archives/klibc/attachments/20191117/062562b9/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: soa.png
Type: image/png
Size: 8481 bytes
Desc: not available
URL: <https://lists.zytor.com/archives/klibc/attachments/20191117/062562b9/attachment.png>
2002 Sep 18
2
No subject
--============_-1179735293==_ma============
Content-Type: text/plain; charset="us-ascii" ; format="flowed"
To: r-help-request@lists.R-project.org
From: "Dr. Chris Wills" <cwills@ucsd.edu>
Subject: Questions about sorting and functions
Cc:
Bcc:
X-Attachments:
Dear R-Gang -
Two questions for you:
1) I cannot figure out how to sort one column in an array,
and
2005 Feb 19
1
[LLVMdev] Cygwin and MingW target triples
Hello, Reid.
You wrote Saturday, February 19, 2005, 6:49:30 AM:
RS> i686-pc-cygwin
RS> don't know about mingw.
i686-pc-mingw32 for mingw.
--
With best regards,
Anton mailto:asl at math.spbu.ru
Saturday, February 19, 2005 9:07:04 AM
Faculty of Mathematics & Mechanics, Saint-Petersburg State University
2006 Apr 23
0
[LLVMdev] Re: Building CFE on MinGW
Hello, Oscar.
You wrote Sunday, April 23, 2006, 8:31:14 PM:
OF> Forward works ok with MinGW. Back slashes can be interpreted as escape
OF> sequences by MSYS/Cygwin tools.
I've succeeded in building CFE in Mingw at some 1.3-1.4 release.
After, I just don't have enough time to play with LLVM. I've sent my
instructions to Henrik Bach <henrik_bach_llvm at hotmail.com>, maybe
2006 Apr 23
0
[LLVMdev] Re: Building CFE in Mingw
Anton Korobeynikov <asl at math.spbu.ru> writes:
[snip]
> 2) Problem: Complains about gthr-default.h file.
> Resolution: Grab gcc/gcc/gthr-win32.h file and copy it to gthr-default.h
... so --enable-threads=win32 is broken... good to know.
> 3) Problem: Complains about "CL_ObjCXX" and simular ("CL_") during
> compilation
2006 Apr 29
1
[LLVMdev] Building LLVM under Mingw. Part I: tools-only
Hello, Jeff.
You wrote Saturday, April 29, 2006, 7:35:46 PM:
JC> Bison 1.875 is known to have problems building LLVM. Please upgrade to
JC> a newer version (at least 1.875d). The current version is 2.1.
Hmm.. I haven't found any problem building LLVM with that bison. ;)
The problem, when ld crashed compiling llc is much more serious. It
seems to be linker bug.
--
With best regards,
2006 Apr 29
0
[LLVMdev] Building LLVM under Mingw. Part I: tools-only
Hello, Jeff.
You wrote Saturday, April 29, 2006, 10:50:08 PM:
JC> You will. You haven't gotten that far yet. It shows up as a crash
JC> running gccas.
Ok. Switched to 2.1
JC> As for ld crashing, I have no suggestions.
It seems to be bug in bfd/cofflink.c file of libbfd. I can even name the
function, where weird thing happens. But it's out of my possibilities
to debug this
2006 Apr 29
1
[LLVMdev] Building LLVM under Mingw. Part I: tools-only
Hello, Aaron.
You wrote Sunday, April 30, 2006, 12:01:10 AM:
AG> The Cygwin LLVM release (OPTIMIZED_ENABLED) version triggers a bug in LD
AG> (BFD binutils) this may well be common to MinGW as well.
Seems so, since debug version of llc.exe builds smoothly. Do you have
more information about this issue?
--
With best regards,
Anton mailto:asl at math.spbu.ru
2006 Apr 29
0
[LLVMdev] Building LLVM under Mingw. Part I: tools-only
Hello, Aaron.
You wrote Sunday, April 30, 2006, 1:34:16 AM:
AG> I traced the code its easy enough to find the error message in the bfd code.
Hmm. This seems to be another bug. I've just got access to null
address in linker and it's crashed. No error message at all.
--
With best regards,
Anton mailto:asl at math.spbu.ru
Sunday, April 30, 2006 1:48:15 AM
2006 May 06
1
[LLVMdev] Still Trying to Build on MINGW
Hello, Greg.
You wrote Saturday, May 6, 2006, 10:24:16 PM:
GP> If anyone has any insight I'd love to hear it.
GP> Meanwhile, I'll continue to investigate...
Currently I'm working on bootstrapping llvm-gcc4 on mingw32 platform.
There are some serious miscompartibilities preventing build. I'll let
know the results.
Anyway, it's common knowledge, that msys itself have
2006 May 06
0
[LLVMdev] Still Trying to Build on MINGW
Hello, Greg.
You wrote Saturday, May 6, 2006, 10:54:19 PM:
GP> Is it possible to build using MINGW, but without using msys?
GP> All along I've been assuming that I needed msys.
Unfortunately, no (especially, if you want to build gcc). LLVM and gcc
uses auto* machinery, which depends on sh, sed, sort, etc. So, you should
use (at least for configure) some amount of
2006 May 08
0
[LLVMdev] Configuring for the cfrontend build on Mingw
Hello, Greg.
You wrote Sunday, May 7, 2006, 10:46:34 PM:
GP> 3. One potential point of control is the INCLUDES variable found in
GP> cfrontent/gcc/Makefile.in:
GP> INCLUDES = -I. -I$(@D) -I$(srcdir) -I$(srcdir)/$(@D) \
GP> -I$(srcdir)/../include @INCINTL@
Just unpack mingw32's headers & libs (w32api && mingw-runtime) into
prefix directory. And configure script