search for: gdc

Displaying 20 results from an estimated 28 matches for "gdc".

Did you mean: dc
2008 Oct 28
2
[LLVMdev] ldc (LLVM backend for the D Programming Language) has x86-64 support
..., I just thought I would let people here know that ldc (llvm backend for the D Programming Language) is getting pretty usable (a few larger libraries compile) and it now has x86-64 support added. I decided to run some timings on some D and C++ code to compare ldc to dmd (the mainline compiler), gdc (the gcc based D compiler) and g++. I used a ray tracing program found in this thread (make sure to use the code mentioned later in the thread as it has some optimizations): Go to digitalmars.com/ webnews/ newsgroups.php?renew=1 and search for: "D slower than C++ by a factor of _two_ for...
2003 Mar 11
0
Ogg Traffic for 3/11/2003
...h 11, 2003 _________________________________________________________________ Table of Contents 1. Status Updates 1.1. Monty 1.2. Michael Smith 1.3. Brendan Cully 1.4. Karl Heyes 1.5. Ralph Giles 2. Recent Developments 2.1. Emmett at GDC [2]Previous Issues of Ogg Traffic 1. Status Updates 1.1. Monty Monty finished up the last bits and documentation for the crosslapping API that I mentioned last week. In the process, he cleaned up the vorbisfile seeking code, and improved the accuracy of post-seek bitrate tracking...
2008 Oct 28
0
[LLVMdev] ldc (LLVM backend for the D Programming Language) has x86-64 support
...let people here know that ldc (llvm backend > for the D Programming Language) is getting pretty usable (a few > larger libraries compile) and it now has x86-64 support added. I > decided to run some timings on some D and C++ code to compare ldc to > dmd (the mainline compiler), gdc (the gcc based D compiler) and g++. > I used a ray tracing program found in this thread (make sure to use > the code mentioned later in the thread as it has some optimizations): > > Go to digitalmars.com/ webnews/ newsgroups.php?renew=1 and search > for: “D slower than C++ by...
2018 Mar 21
0
Error in GDCprepare step of TCGAbiolinks
Dear Sir/ma'am, I'm using R-3.4.4 and TCGAbiolinks package for the analysis of GDC data. Till today i have reintalled R and R studio for 5 times but one error comes when i analyze the GDC data at the step GDCprepare. the data i am using is not a legacy data of GDC data portal. I think the problem is with my Laptop only because i have run the same commands in another PC and there...
2008 Aug 15
3
[LLVMdev] install question
I'm trying to install llvm on my windows development box and hit a problem I'm using cygwin cygwin% gcc --version gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) I downloaded both the top of tree via svn I ran ./configure make make[1]: Entering directory `/cygdrive/c/llvm/lib/Support' llvm[1]: Compiling APFloat.cpp for Debug build llvm[1]: Compiling APInt.cpp for Debug build APInt.cpp: In member function `void llvm::API...
2007 Aug 06
2
[LLVMdev] Problem compiling LLVM under Cygwin/Mingw
Hello, I'm starting to play with LLVM today and I've trouble compiling it. I'm working under Windows Vista, with the gcc from Cygwin: gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) Is LLVM supposed to work with this version of GCC (probably using the -mno-cygwin option to get a Mingw-like behavior)? The LLVM source tree is from the current SVN trunk. Compilation fails at SelectionDAG.cpp: llvm[3]: Compiling SelectionDAG.cpp for Debug build Selectio...
2008 Aug 15
0
[LLVMdev] install question
Rubin, Norman wrote: > I'm trying to install llvm on my windows development box and hit a > problem > I'm using cygwin > cygwin% gcc --version > gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) > > I downloaded both the top of tree via svn > I ran ./configure > make > > make[1]: Entering directory `/cygdrive/c/llvm/lib/Support' > llvm[1]: Compiling APFloat.cpp for Debug build > llvm[1]: Compiling APInt.cpp for Debug build > AP...
2008 Jun 07
1
[LLVMdev] Trouble with inline asm
...as missing, we've got things to work kinda well now, thanx. > > Good luck doing this; I imagine this is going to be tricky to > implement, especially converting from Intel to AT&T syntax. Thanx, we'll need it ;) Fortunately much of the code is already in place (taken from the GDC D compiler), so it "only" had to be adapted from GCC to LLVM. > > -Eli > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > All...
2009 Oct 28
4
unable to compile mgcv
Hello -- I am trying to compile R-2.9.2 on IBM Power5 machine with AIX 5.3. I have posted three previous posts. Over time I have made significant progress towards getting a successful build. I am now getting the following error: ========================================================== begin installing recommended package mgcv * Installing *source* package 'mgcv' ... ** libs gmake[2]:
2008 Aug 15
0
[LLVMdev] Check out my Facebook profile
On Aug 14, 2008, at 9:49 PM, Andy Kitchen wrote: FYI, all posts to llvmdev are moderated until the person posts something sensible. This is a PITA for me (llvm mailing lists get dozens of spams a day which require moderation), but is generally very effective. Since Andy had already posted something sensible, he was on the whitelist. However, he just lost the ability to post to llvmdev
2008 Jan 12
1
GraphicsContext demo
Hey All, I''ve just commited rev 1505, which now includes a GraphicsContext demo, just in time for a release. *wipes forehead* So far, it''s looking pretty good. BTW Alex, another bug came up while working with GraphicsContext, but wasn''t something as major that could prevent me from completing the demo. GraphicsContext#draw_lines(size_t n, Point2Double points, Integer
2007 Aug 06
0
[LLVMdev] Problem compiling LLVM under Cygwin/Mingw
...l#brokengcc -- Christopher Lamb On Aug 6, 2007, at 9:48 AM, Alain Frisch wrote: > Hello, > > I'm starting to play with LLVM today and I've trouble compiling it. > I'm > working under Windows Vista, with the gcc from Cygwin: > > gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) > > Is LLVM supposed to work with this version of GCC (probably using the > -mno-cygwin option to get a Mingw-like behavior)? > > The LLVM source tree is from the current SVN trunk. > > Compilation fails at SelectionDAG.cpp: > > llvm[3]: Compiling S...
2007 Feb 10
2
[LLVMdev] Problems with both the 1.9 Release and the CVS on Cygwin
...' make: *** [all] Error 1 I was also experiencing the following warning sploradically :- Warning: File `/dev/null' has modification time 0.0066 s in the future warning: Clock skew detected. Your build may be incomplete. Latest Cygwin. $ gcc --version gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) My x86 Fedora system is still compiling nicely doing linking now. Hopefully I shall have the llvm-gcc4 frontend building tommorow It would be good if we could clearup these Cygwin bugs sometine within the next week or so. Aaron -------------- next part -------------- An H...
2008 Aug 15
3
[LLVMdev] Check out my Facebook profile
I set up a Facebook profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need to join Facebook! Once you join, you can also create your own profile. Thanks, Andy Here's the link: http://www.facebook.com/p.php?i=612598021&k=63FYZWQ6WVVM5FEIWDV2PT&r&v=2 ___________________ This e-mail may contain promotional
2006 Mar 24
1
R crashes when loading library/package; Windows, Cygwin
...java-awt --with-system-zlib --ena ble-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=b oehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchroniza tion --enable-libstdcxx-debug : (reconfigured) Thread model: posix gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125) $ perl -v This is perl, v5.8.8 built for MSWin32-x86-multi-thread (with 21 registered patches, see perl -V for more detail) Copyright 1987-2006, Larry Wall Binary build 816 [255195] provided by ActiveState http://www.ActiveState.com Built Mar 1 2006 18:00:52 _______...
2008 Jan 14
0
[LLVMdev] Multiple definitions of _floor_log2
I am trying to build the llvm-gcc frontend. I think I have followed the directions correctly. I am using cygwin on XP SP2 (uname -a reports: CYGWIN_NT-5.1 pad7 1.5.25(0.156/4/2) 2007-12-14 19:21 i686 Cygwin) gcc --version reports: gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) Since there is no binary for llvm-gcc I am following the directions in the tar file for the 4.2 version. - I built llvm (but not the optimized version) - I untarred the src for llvm-gcc4.2-2.1, made the proper directories and ran ../llvm-gcc4.2-2.1.source/configure --prefix...
2005 Oct 13
0
[LLVMdev] Next LLVM release thoughts?
...only get the debug version to > build as there seemed to be an internal problem with ld. > > I would very interested in how you got it running and what GCC tool > versions you used ? OK, I've just tried building the current CVS/HEAD on cygwin using gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125): - llvm/make tools-only worked ok - llvm-gcc/make all failed with the following message (2nd try): make[2]: Leaving directory `/home/oleg.smolsky/llvm-gcc-build/gcc' make[1]: Leaving directory `/home/oleg.smolsky/llvm-gcc-build/gcc' Checking multilib configuration...
2008 Jan 14
0
[LLVMdev] Trying to compile frontend 4.0 fails on cygwin
I sent an earlier email about failing to compile 4.2, I have since tried 4.0 and I get a configure error during make. I am running on windows XP SP2 Cygwin is (as reported by uname -a): CYGWIN_NT-5.1 pad7 1.5.25(0.156/4/2) 2007-12-14 19:21 i686 Cygwin Gcc is: gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) I ran configure, then make. Make dies with: checking whether the C compiler works... configure: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. The config.log contains: This file contains any messages produced by compilers while run...
2005 Oct 13
2
[LLVMdev] Next LLVM release thoughts?
> Also, it would be really nice if an official > cygwin build (the binary) was published too. I spent quite a bit of > time screwing with it a few months ago, and it was quite a bastard to > get going... I had quite a time with it too, could only get the debug version to build as there seemed to be an internal problem with ld. I would very interested in how you got it running and
2009 Dec 08
2
[LLVMdev] LLVM 2.6 cygwin build fails
...thread.a(t-d000053.o):(.text+0x2): undefined reference to `__imp____getreent' collect2: ld returned 1 exit status This is what I got after ./configure --enable-optimized --enable-targets=x86 make -j2 Can anybody help me with this? GCC version info: gcc-3 (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) gcc-4 (GCC) 4.3.4 20090804 (release) 1 Binutils version 2.19.51-1. Gregory