You should almost always use your Linux distro's package manager to install libraries, programs, and such instead of downloading and building them from source. One of the only valid exceptions would be if you are participating in development of the library itself. Even if you are writing a program that uses the library, you should use the package manager.
<br><br>I don&#39;t know anything about SUSE, but there&#39;s probably even a GUI that will let you search for the PhysFS package and install it. Or use the command line version (yast for SUSE).<br><br>Are you also trying to build Netpanzer from source? If not, installing SUSE&#39;s Netpanzer package (if it has one) should also install all of its dependencies.
<br><br><div><span class="gmail_quote">On 10/27/07, <b class="gmail_sendername">Neil Jackson</b> &lt;<a href="mailto:neil@webcoza.co.za">neil@webcoza.co.za</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>Although the make said 100% I still cannot load Netpanzer. This is the error<br><br>Error: Could not find &#39;PhysicsFS&#39;. Try using the native package manager<br>for openSUSE (yast) to install a package with similar name to &#39;physfs&#39;.
<br><br>Error: Unable to prepare package NetPanzer.<br><br>Ryan C. Gordon wrote:<br>&gt;<br>&gt;&gt; [ 98%] Built target physfs-static<br>&gt;&gt; make[2]: *** No rule to make target `libphysfs.so&#39;, needed by<br>&gt;&gt; `test_physfs&#39;.&nbsp;&nbsp;Stop.
<br>&gt;<br>&gt; I think this was a cmake bug that was fixed later than what Suse ships.<br>&gt;<br>&gt; For now, build like this:<br>&gt;<br>&gt;&nbsp;&nbsp; cd /where/i/downloaded/physfs<br>&gt;&nbsp;&nbsp; cmake -DPHYSFS_BUILD_TEST=False -DPHYSFS_BUILD_WX_TEST=False .
<br>&gt;&nbsp;&nbsp; make<br>&gt;<br>&gt; --ryan.<br>&gt;<br>&gt;<br>&gt; ---<br>&gt; To unsubscribe, send a blank email to <a href="mailto:physfs-unsubscribe@icculus.org">physfs-unsubscribe@icculus.org</a><br>&gt; Mailing list archives: 
<a href="http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?4">http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?4</a><br>&gt;<br>&gt;<br>&gt;<br>&gt;<br><br><br>---<br>To unsubscribe, send a blank email to <a href="mailto:physfs-unsubscribe@icculus.org">
physfs-unsubscribe@icculus.org</a><br>Mailing list archives: <a href="http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?4">http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?4</a><br><br><br></blockquote></div><br>