<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4522.1800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I didn't manage to build a c shared library under 
Windows. </FONT></DIV>
<DIV><FONT face=Arial size=2>I used <STRONG>rcmd shlib</STRONG> both with a 
source file and with an object file, but I got error messages in both 
cases.</FONT></DIV>
<DIV><FONT face=Arial size=2>I get the same error messages both using a Dos 
shell and Cygwin.</FONT></DIV>
<DIV><FONT face=Arial size=2>If I use the source&nbsp;file, I type:</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; rcmd shlib 
prova.c&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2>and what&nbsp;I get is:</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; make[1]: `libR.a' is up to 
date.<BR>&nbsp;&nbsp;&nbsp; windres --include-dir C:/R/RW1021/src/include&nbsp; 
-i prova_res.rc -o prova_res.o<BR>&nbsp;&nbsp;&nbsp; windres: no 
resources<BR>&nbsp;&nbsp;&nbsp; make: *** [prova_res.o] Error 1<BR>If&nbsp;I use 
the object file, I type:</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; rcmd shlib prova</FONT></DIV>
<DIV><FONT face=Arial size=2>and what I get is:</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; make[1]: `libR.a' is up to 
date.<BR>&nbsp;&nbsp;&nbsp; make: *** No rule to make target `prova.o', needed 
by `prova.a'.&nbsp; Stop.<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;</DIV></FONT>
<DIV><FONT face=Arial size=2>Thanks for your help.</FONT></DIV>
<DIV><FONT face=Arial size=2>Marco Taboga (<A 
href="mailto:mtaboga@tiscalinet.it">mtaboga@tiscalinet.it</A>)</DIV></FONT></BODY></HTML>