<!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 file, I type:</FONT></DIV>
<DIV><FONT face=Arial size=2> rcmd shlib
prova.c </FONT></DIV>
<DIV><FONT face=Arial size=2>and what I get is:</FONT></DIV>
<DIV><FONT face=Arial size=2> make[1]: `libR.a' is up to
date.<BR> windres --include-dir C:/R/RW1021/src/include
-i prova_res.rc -o prova_res.o<BR> windres: no
resources<BR> make: *** [prova_res.o] Error 1<BR>If I use
the object file, I type:</FONT></DIV>
<DIV><FONT face=Arial size=2> rcmd shlib prova</FONT></DIV>
<DIV><FONT face=Arial size=2>and what I get is:</FONT></DIV>
<DIV><FONT face=Arial size=2> make[1]: `libR.a' is up to
date.<BR> make: *** No rule to make target `prova.o', needed
by `prova.a'. Stop.<BR></FONT></DIV>
<DIV><FONT face=Arial size=2> </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>