Skip to content
Prev 4798 / 398506 Next

installing package in Windows

On Wed, 8 Mar 2000, Karl W. Broman wrote:

            
The documentation in rw1000sp.zip is the current set, and is more detailed
that in those complements.
Do look at the output to see what the error was.
We need to find out why you can't load this. One common reason is that
your DLL depends on some other DLL that it can't find.  And one common
cause for that if you used cygwin-b20 is that you managed to compile
against the cygwin1.dll.  You did have MkRules set up for CYGNUS not
MINGW32?

The simplest way to find out if dependencies are the problem is to look at
the DLL with pedump, a free program you should be able to find on the net
(it keeps moving).  You can make things work that are compiled against
cygwin1.dll, but you need to put it in your global path.

The only other reason we know of for problems is Win95-specific, and is
solved by using the cygwin ld.exe.

If that does not help can you send me the complete compile and link log
and the dll?
Yes, no (and the Writing R Extensions manual should mention this). There
are other things in that file that should not be included unless necessary.