search for: tdump

Displaying 4 results from an estimated 4 matches for "tdump".

Did you mean: dump
2006 Jul 07
1
[LLVMdev] Problem Compiling llvm-gcc4 r12 and r13
A clean build of revisions 12 or 13 of llvm-gcc4 produces: make[1]: *** No rule to make target `llvm-backend.c', needed by `llvm-backend.o'. Stop. While the gcc/Makefile.in has: llvm-backend.o : llvm-backend.cpp $(ALL_HEADERS) #line 2440 it also has: # APPLE LOCAL begin LLVM #line 1018 ifneq ($(LLVMOBJDIR),) OBJS-common += llvm-backend.o llvm-convert.o
2003 Sep 17
3
Building and loading a DLL on Windows NT
I am trying to build a simple dll with Rcmd SHLIB to link into R. The results of the build are below. From my limited knowledge of building DLLs, it looks like it worked (I didn't get any errors). F:\R\dlls> Rcmd SHLIB add.C making add.d from add.C g++ -IC:/PROGRA~1/R/src/include -Wall -O2 -c add.C -o add.o ar cr add.a *.o ranlib add.a g++ --shared -s -o add.dll add.def add.a
2003 May 22
2
help for calling a c program in the windows version R
Hi, all: I want to call a c program in the windows version R, so I compiled it in VC to get the dll file and use the command ?dyn.load? to call it in R. There is no error appeared for this command, but when I use the command ? is.loaded? to check, it shows that dll file isn?t be loaded. Does anyone have same experience or know the correct way to do it? Best wishes, Guan Xing 5/22/03
2004 Jul 12
0
Where does R search when source() ?
...Subject: Re: [R] dyn.load() for windows | To: Duncan Murdoch <dmurdoch at pair.com> | Cc: rhelp <r-help at stat.math.ethz.ch> | Message-ID: <20040711161317.25358.qmail at web14828.mail.yahoo.com> | Content-Type: text/plain; charset=us-ascii | | Hi, | | When I check the dll file by tdump, following error | message was recieved. | | C:\Borland\BCC55\Bin>tdump Sample.dll | Turbo Dump Version 5.0.16.12 Copyright (c) 1988, 2000 | Inprise Corporation | Display of File SAMPLE.DLL | ERROR: Invalid signature for an .EXE file - found | 0C80, expected 5A4D | | Please...