<html>
<head>
</head>
<body>
<br>
<br>
Ralf Corsepius wrote:<br>
<blockquote type="cite" cite="mid:1047453986.19317.14396.camel@mccallum.corsepiu.faw.uni-ulm.de">
<pre wrap="">Am Mit, 2003-03-12 um 05.08 schrieb Angelo Fraietta:<br></pre>
<pre wrap="">What kind of meaning does // have under Cygwin?<br></pre>
</blockquote>
I think it means a host name<br>
<blockquote type="cite" cite="mid:1047453986.19317.14396.camel@mccallum.corsepiu.faw.uni-ulm.de">
<pre wrap=""><br></pre>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<pre wrap=""> Can you tell<br>from the logs where it started to come from? I believe it is looking<br>for the host named "opt". :(<br><br></pre>
</blockquote>
<pre wrap="">The error is occuring when it says<br>make install-data-hook<br><br>the command says makedir -p //opt/rtems/i386-rtems/pc386/lib<br></pre>
</blockquote>
</blockquote>
<pre wrap=""><!---->makedir? I guess you mean mkdir.<br></pre>
</blockquote>
Yes, sorry a typo<br>
<blockquote type="cite" cite="mid:1047453986.19317.14396.camel@mccallum.corsepiu.faw.uni-ulm.de">
<pre wrap=""><br></pre>
<blockquote type="cite">
<blockquote type="cite">
<pre wrap="">I have had a look in the makefile and it has<br><br><br>install-data-hook: $(LIB)<br> @$(mkinstalldirs) $(DESTDIR)/$(libdir)<br> $(INSTALL_DATA) $(LIB) $(DESTDIR)/$(libdir)<br><br><br>I have found in that libdir defined inthe makefile as <br>libdir = ${exec_prefix}/pc386/lib<br><br>however DESTDIR is not defined anywhere in that file<br></pre>
</blockquote>
</blockquote>
<pre wrap=""><!---->This is correct. DESTDIR normally is empty, and is supposed to be<br>provided from the environment if wanting to shift the root of<br>installation tree. It typically is applied for building rpms, which<br>temporary installs to a temporary directory.<br><br><br></pre>
<blockquote type="cite">
<pre wrap="">Removing <br>$(DESTDIR)/<br>from the makefile allowed RTEMS to install, <br></pre>
</blockquote>
<pre wrap=""><!---->The correct fix is to remove the "/" between $(DESTDIR) and $(libdir).<br><br>This '/' is wrong, but doesn't disturb under Unix. <br><br>If it disturbs under Cygwin, ... well, ...<br><br></pre>
<blockquote type="cite">
<pre wrap="">and I was successfully able to build and run the hello world example<br>The libcpp project did not build<br></pre>
</blockquote>
<pre wrap=""><!---->This is something else, more details (logs) please.<br></pre>
</blockquote>
Yes Ok, It is a compile error and I'll get to that<br>
<blockquote type="cite" cite="mid:1047453986.19317.14396.camel@mccallum.corsepiu.faw.uni-ulm.de">
<blockquote type="cite">
<pre wrap="">.<br>I built ticker, however, it failed when I tried to run it.<br></pre>
</blockquote>
<pre wrap=""><!---->This is yet something else.<br></pre>
</blockquote>
I am looking into this now. I'll have a play with it and see how I can make
it work.<br>
<br>
<pre class="moz-signature" cols="$mailwrapcol">--
Angelo Fraietta
PO Box 859
Hamilton NSW 2303
Home Page
<a class="moz-txt-link-freetext" href="http://www.users.bigpond.com/angelo_f/">http://www.users.bigpond.com/angelo_f/</a>
There are those who seek knowledge for the sake of knowledge - that is CURIOSITY
There are those who seek knowledge to be known by others - that is VANITY
There are those who seek knowledge in order to serve - that is LOVE
Bernard of Clairvaux (1090 - 1153)</pre>
<br>
</body>
</html>