Displaying 20 results from an estimated 400 matches similar to: "[LLVMdev] [PATCH] GettingStarted: mention problems with dynamic linking on Cygwin"
2009 Dec 08
0
[LLVMdev] [PATCH] GettingStarted: mention problems with dynamic linking on Cygwin
Hello
> OK, what about this attempt?
The patch cannot be applied flawlessly. Please consider reading
http://llvm.org/docs/DeveloperPolicy.html#patches
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2009 Dec 08
2
[LLVMdev] [PATCH] GettingStarted: mention problems with dynamic linking on Cygwin
---
My bad -- the patch was against 2.6. Hope this iteration will be the last :-)
docs/GettingStarted.html | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 851bfb6..fd8f308 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -252,7 +252,8 @@ software you will need.</p>
</tr>
2009 Dec 08
2
[LLVMdev] LLVM 2.6 cygwin build fails
On Tue, Dec 8, 2009 at 8:26 PM, Anton Korobeynikov
<anton at korobeynikov.info> wrote:
>> I'm trying to build LLVM 2.6 (from svn branch release_26) on cygwin
>> 1.7, and I have the following errors with both GCC 3.4.4 and GCC 4.3.4
>>
>> llvm[2]: Linking Release Loadable Module profile_rt.dll
> Cygwin does not support dynamic linking (as any windows target).
2009 Dec 08
0
[LLVMdev] LLVM 2.6 cygwin build fails
> I'm trying to build LLVM 2.6 (from svn branch release_26) on cygwin
> 1.7, and I have the following errors with both GCC 3.4.4 and GCC 4.3.4
>
> llvm[2]: Linking Release Loadable Module profile_rt.dll
Cygwin does not support dynamic linking (as any windows target).
For the moment - you can just build tools and not the runtime via
"make tools-only".
--
With best
2009 Dec 08
2
[LLVMdev] LLVM 2.6 cygwin build fails
Hi,
I'm trying to build LLVM 2.6 (from svn branch release_26) on cygwin
1.7, and I have the following errors with both GCC 3.4.4 and GCC 4.3.4
llvm[2]: Linking Release Loadable Module profile_rt.dll
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld:
warning: cannot find entry symbol __cygwin_dll_entry at 12; defaulting to
62fc1000
2009 Dec 08
0
[LLVMdev] [PATCH] GettingStarted: mention problems with dynamic linking on Cygwin
> My bad -- the patch was against 2.6. Hope this iteration will be the last :-)
Please carefully read the link I provided and add patch as an
attachement, not inline.
Thanks.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2009 Dec 08
1
[LLVMdev] [PATCH] GettingStarted: mention problems with dynamic linking on Cygwin
On Wed, Dec 9, 2009 at 12:31 AM, Anton Korobeynikov
<anton at korobeynikov.info> wrote:
>> My bad -- the patch was against 2.6. Hope this iteration will be the last :-)
> Please carefully read the link I provided and add patch as an
> attachement, not inline.
OK -- now as an attachment. Sorry for the git format (no svn checkout
right now), but GNU patch should accept it.
Btw,
2008 Feb 18
5
kernel-2.6.18-8.1.14 + lustre 1.6.4.2 + OFED 1.2
We seemed to have it a stumbling block when building with the above
(supported) versions. Our process...
1. Start with stock rhel5 2.6.18-8.1.14 source tree
2. Configure InfiniBand support out of the the kernel (we will build
OFED separately).
3. Apply the 1.6.4.2 kernel patches to the kernel source.
4. Build the kernel.
5. Build OFED 1.2 against the patched kernel
6. Build Lustre using
2005 Sep 05
1
[LLVMdev] A small update of GettingStarted.html
=============================================================
Henrik Bach
LLVM Open Source Developer
e-mail: henrik_bach_llvm at hotmail.com
=============================================================
'Nothing is impossible; The impossible just takes longer time :)'
- Inventor of a new energy saver light bulp from Denmark.
No software patents!
Got Freedom?
Software Freedom Day - 10th
2009 Mar 03
1
[LLVMdev] Patch for GettingStarted.html
Hey,
I have written a few lines about Release and Debug Builds (SVN checkout
vs. LLVM distribution). I've also added the RELEASE_25 tag to the tags
list and corrected a typo.
Can someone please review? As I'm not a native speaker/writer it may
contain strange wording/spelling mistakes ;). Any feedback welcome.
BR
Josef
--
zapster
-------------- next part --------------
A non-text
2009 Mar 27
0
[LLVMdev] LLVM-2.5 WinXP/Cygwin can't find puts() for the hello.c in GettingStarted document
Hi, Chuck
> How could I fix this WinXP/Cygwin only thing?
windows does not support dynamic linking, so there are 2 ways of
providing external addresses of symbols:
1. register them explicitly
2. They should be available from some .DLL already preloaded into the binary.
However, I'm not sure for 2. since cygwin uses unix-style of external
symbols resolution.
--
With best regards, Anton
2009 Nov 29
2
[LLVMdev] [patch] website/trunk/docs/GettingStarted.html
Hello,
seems like GettingStarted.html is outdated regarding the version numbers
of the autoconf tools. I've changed it so they meet the versions in
AutoRegen.sh.
Josef
-------------- next part --------------
A non-text attachment was scrubbed...
Name: GettingStarted.diff
Type: text/x-patch
Size: 1514 bytes
Desc: not available
URL:
2009 Nov 30
0
[LLVMdev] [patch] website/trunk/docs/GettingStarted.html
On Nov 29, 2009, at 8:16 AM, Josef Eisl wrote:
> Hello,
>
> seems like GettingStarted.html is outdated regarding the version numbers
> of the autoconf tools. I've changed it so they meet the versions in
> AutoRegen.sh.
Hi Josef,
llvm/docs/GettingStarted.html (in the main llvm svn repo) seems up to date. The "website" module in svn is an old broken thing that
2008 Feb 18
4
Lustre-1.5.95 & Linux-2.6.18
Will lustre-1.5.95 build with 2.6.18-vanilla kernel?
Which_patch doesn''t contain this kernel but I could see them in the
series files.
Do somebody have experience in building the same?
I tried to do it but lot of errors after applying the patches in
2.6.18-vanilla series.
Thanks,
Venkat
2009 Mar 27
2
[LLVMdev] LLVM-2.5 WinXP/Cygwin can't find puts() for the hello.c in GettingStarted document
I am using LLVM 2.5 release, together with llvm-gcc4.2-2.5.
For the hello.c demo testing found close to the end of the
GettingStarted document:
#include <stdio.h>
int main() {
printf("hello world\n");
return 0;
}
Following the instructions:
obtaining the bc file: /llvm-gcc -O3 -emit-llvm hello.c -c -o hello.bc/
running through lli: * */lli hello.bc/
I got this
2004 Nov 01
3
Reading word by word in a dataset
Hello All,
I'd like to read first words in lines into a new file.
If I have a data file the following, how can I get the
first words: apple, banana, strawberry?
i1-apple 10$ New_York
i2-banana 5$ London
i3-strawberry 7$ Japan
Is there any similar question already posted to the
list? I am a bit new to R, having a few months of
experience now.
Cheers,
John
2008 Mar 04
16
Cannot send after transport endpoint shutdown (-108)
This morning I''ve had both my infiniband and tcp lustre clients hiccup. They are evicted from the server presumably as a result of their high load and consequent timeouts. My question is- why don''t the clients re-connect. The infiniband and tcp clients both give the following message when I type "df" - Cannot send after transport endpoint shutdown (-108). I''ve
2009 Mar 14
2
gsub and regex to tidy comma-limited values
I am cleaning up comma-limited values, so that only one comma
separates each value. Using the example below, as much as I try with
regex, I can't remove the last comma. I hope to have a one-liner
solution, if possible.
gsub("^,*|,*$|(,)*", "\\1", ",,,apple,,orange,,,,,lemon,strawberry,,,,")
[1] "apple,orange,lemon,strawberry,"
2010 Nov 28
3
Where is gdata?
Hi folks,
Win 7 64 bit
R 32 bit
> install.packages("gregmisc")
Installing package(s) into ‘C:\Users\satimiswin764\Documents/R/win-library/2.12’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
also installing the dependency ‘gmodels’
trying URL
'http://cran.ms.unimelb.edu.au/bin/windows/contrib/2.12/gmodels_2.15.0.zip'
Content type
2010 Sep 02
3
[LLVMdev] Compile dll on Mingw
Hello, NAKAMURA Takumi
As you said, I check out the head from svn trunk.
I build the source code as the following steps:
$./configure --enable-shared
$ make
After 1 hour, the building procedure is stopped and appear the following
error message:
c:/strawberry/c/bin/../lib/gcc/i686-w64-mingw32/4.4.3/../../../../i686-w64-mingw
32/bin/ld.exe: