Re: [R] DLL hangs

2005-02-07 Thread Uwe Ligges
Urs Wagner wrote:
Hello
I built a dll with cggwin.
 When  I want to load it with RGUI the RGUI
hangs. How can I troubleshoot it?
Not using cygwin, which is unsupported.
Please read the R for Windows FAQ, in particular Chapter 7 Building 
from Source and follow the advices given therein - and given in therein 
cited documentation such as README.packages.

Uwe Ligges

Thanks
Urs
__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! 
http://www.R-project.org/posting-guide.html
__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] DLL hangs

2005-02-07 Thread Duncan Murdoch
On Mon, 07 Feb 2005 14:43:45 +0100, Uwe Ligges
[EMAIL PROTECTED] wrote :

Urs Wagner wrote:

 Hello
 
 I built a dll with cggwin.
  When  I want to load it with RGUI the RGUI
 hangs. How can I troubleshoot it?

Not using cygwin, which is unsupported.
Please read the R for Windows FAQ, in particular Chapter 7 Building 
from Source and follow the advices given therein - and given in therein 
cited documentation such as README.packages.

Urs:

That's probably the easiest approach.  

However, if there really is some reason why Cygwin is necessary for
you, then in principle what you are trying should be possible.  It is
definitely possible to write DLLs in compilers other than MinGW, such
as MSVC++, Delphi, various Fortrans, etc.

You can read some general advice for using foreign compilers on my web
page

 http://www.stats.uwo.ca/faculty/murdoch/software/compilingDLLs/

If you can work out what is going wrong with Cygwin, I'd be happy to
add a section of your findings.

Duncan Murdoch

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] DLL hangs

2005-02-07 Thread Urs Wagner
I would like to use pipes. The mkfifo call is not in the mingw 
distribution that I am using.

Urs
Uwe Ligges wrote:
Urs Wagner wrote:
Hello
I built a dll with cggwin.
 When  I want to load it with RGUI the RGUI
hangs. How can I troubleshoot it?

Not using cygwin, which is unsupported.
Please read the R for Windows FAQ, in particular Chapter 7 Building 
from Source and follow the advices given therein - and given in 
therein cited documentation such as README.packages.

Uwe Ligges

Thanks
Urs
__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! 
http://www.R-project.org/posting-guide.html

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html