<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to compile wine under Solaris. Part II</title>
	<atom:link href="http://www.alekz.net/archives/19/feed" rel="self" type="application/rss+xml" />
	<link>http://www.alekz.net/archives/19</link>
	<description></description>
	<lastBuildDate>Sun, 27 Feb 2011 10:30:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: AlekZ</title>
		<link>http://www.alekz.net/archives/19/comment-page-1#comment-478</link>
		<dc:creator>AlekZ</dc:creator>
		<pubDate>Thu, 08 May 2008 00:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.alekz.net/archives/19#comment-478</guid>
		<description>Yes, the libsunmath from Sun Studio is the ideal case. BTW, I&#039;m not sure if libsunmath is used in 0.9.61. i could not find any reference to this lib:
&lt;div class=&quot;screen&quot;&gt;
xeon:/var/tmp/wine-0.9.61/dlls/wined3d&gt; ldd wined3d.dll.so
	libsocket.so.1 =&gt;	 /lib/libsocket.so.1
	libnsl.so.1 =&gt;	 /lib/libnsl.so.1
	libintl.so.1 =&gt;	 /lib/libintl.so.1
	libwine.so.1 =&gt;	 (file not found)
	libm.so.2 =&gt;	 /lib/libm.so.2
	libc.so.1 =&gt;	 /lib/libc.so.1
	libgcc_s.so.1 =&gt;	 /usr/sfw/lib/libgcc_s.so.1
	libmp.so.2 =&gt;	 /lib/libmp.so.2
	libmd.so.1 =&gt;	 /lib/libmd.so.1
	libscf.so.1 =&gt;	 /lib/libscf.so.1
	libuutil.so.1 =&gt;	 /lib/libuutil.so.1
	libgen.so.1 =&gt;	 /lib/libgen.so.1
&lt;/div&gt;

Very strange that wine 0.9.61 does not work for you. As I mentioned &lt;a href=&quot;http://www.alekz.net/archives/74&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; v0.9.61 was the 1st wine version that compiled cleanly. I did not have to do anything. Just configure and gmake. 

I have just checked the Makefile - I was using gcc not /opt/SUNWspro/bin/cc:

&lt;div class=&quot;screen&quot;&gt;
xeon:/var/tmp/wine-0.9.61&gt; fgrep CC Makefile
CC        = gcc
&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Yes, the libsunmath from Sun Studio is the ideal case. BTW, I&#039;m not sure if libsunmath is used in 0.9.61. i could not find any reference to this lib:</p>
<div class="screen">
xeon:/var/tmp/wine-0.9.61/dlls/wined3d&gt; ldd wined3d.dll.so<br />
	libsocket.so.1 =&gt;	 /lib/libsocket.so.1<br />
	libnsl.so.1 =&gt;	 /lib/libnsl.so.1<br />
	libintl.so.1 =&gt;	 /lib/libintl.so.1<br />
	libwine.so.1 =&gt;	 (file not found)<br />
	libm.so.2 =&gt;	 /lib/libm.so.2<br />
	libc.so.1 =&gt;	 /lib/libc.so.1<br />
	libgcc_s.so.1 =&gt;	 /usr/sfw/lib/libgcc_s.so.1<br />
	libmp.so.2 =&gt;	 /lib/libmp.so.2<br />
	libmd.so.1 =&gt;	 /lib/libmd.so.1<br />
	libscf.so.1 =&gt;	 /lib/libscf.so.1<br />
	libuutil.so.1 =&gt;	 /lib/libuutil.so.1<br />
	libgen.so.1 =&gt;	 /lib/libgen.so.1
</div>
<p>Very strange that wine 0.9.61 does not work for you. As I mentioned <a href="http://www.alekz.net/archives/74" rel="nofollow">here</a> v0.9.61 was the 1st wine version that compiled cleanly. I did not have to do anything. Just configure and gmake. </p>
<p>I have just checked the Makefile -- I was using gcc not /opt/SUNWspro/bin/cc:</p>
<div class="screen">
xeon:/var/tmp/wine-0.9.61&gt; fgrep CC Makefile<br />
CC        = gcc
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Braunsdorf</title>
		<link>http://www.alekz.net/archives/19/comment-page-1#comment-472</link>
		<dc:creator>A Braunsdorf</dc:creator>
		<pubDate>Wed, 07 May 2008 18:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.alekz.net/archives/19#comment-472</guid>
		<description>Shouldn&#039;t you use the libsunmath that comes with Sun Studio if you&#039;ve got that installed?  That makes it compile, and you can specify it all from the configure line by setting variables.

But wine 0.9.61 still doesn&#039;t work under most recent (5/08) Solaris for me.  Is that because I&#039;m running 64-bit or something?

ab</description>
		<content:encoded><![CDATA[<p>Shouldn&#039;t you use the libsunmath that comes with Sun Studio if you&#039;ve got that installed?  That makes it compile, and you can specify it all from the configure line by setting variables.</p>
<p>But wine 0.9.61 still doesn&#039;t work under most recent (5/08) Solaris for me.  Is that because I&#039;m running 64-bit or something?</p>
<p>ab</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlekZ&#8217; Scratchpad &#187; wine-0.9.59, OpenSolaris and Picasa</title>
		<link>http://www.alekz.net/archives/19/comment-page-1#comment-53</link>
		<dc:creator>AlekZ&#8217; Scratchpad &#187; wine-0.9.59, OpenSolaris and Picasa</dc:creator>
		<pubDate>Mon, 07 Apr 2008 22:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.alekz.net/archives/19#comment-53</guid>
		<description>[...] Do not forget the tricks from Part I and Part II [...]</description>
		<content:encoded><![CDATA[<p>[...] Do not forget the tricks from Part I and Part II [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlekZ</title>
		<link>http://www.alekz.net/archives/19/comment-page-1#comment-14</link>
		<dc:creator>AlekZ</dc:creator>
		<pubDate>Wed, 12 Mar 2008 22:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.alekz.net/archives/19#comment-14</guid>
		<description>Thanks a lot! Will vote!</description>
		<content:encoded><![CDATA[<p>Thanks a lot! Will vote!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.alekz.net/archives/19/comment-page-1#comment-13</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 12 Mar 2008 15:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.alekz.net/archives/19#comment-13</guid>
		<description>I have logged this as bug. Please vote for it :-)

http://bugs.winehq.org/show_bug.cgi?id=12008

There is also workaround for this.

Petr</description>
		<content:encoded><![CDATA[<p>I have logged this as bug. Please vote for it :-)</p>
<p><a href="http://bugs.winehq.org/show_bug.cgi?id=12008" rel="nofollow">http://bugs.winehq.org/show_bug.cgi?id=12008</a></p>
<p>There is also workaround for this.</p>
<p>Petr</p>
]]></content:encoded>
	</item>
</channel>
</rss>

