<div>Thank you very much for your suggestion...</div>
<div>The problem is the voronoi generator program was written in C++ as a win32 application.</div>
<div>It is heavily object-oriented and to my current&nbsp;level of programming would be very hard to compile in Linux.<br>&nbsp;</div>
<div>Regards.</div>
<div>&nbsp;</div>
<div>Pedro.<br>&nbsp;</div>
<div><span class="gmail_quote">2007/6/8, David van der Spoel &lt;<a href="mailto:spoel@xray.bmc.uu.se">spoel@xray.bmc.uu.se</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Pedro Alexandre de Araújo Gomes Lapido Loureiro wrote:<br>&gt; Hi,<br>&gt;<br>&gt; I&#39;m trying to use &quot;
template.c&quot; so as to make my own analysis tool for<br>&gt; gmx-generated trajectories.<br>&gt; Due to the complexity of the tool (it builds an affine Voronoi diagram),<br>&gt; I want to compile it as a stand-alone application.
<br>&gt; Unfortunately, the compiler cannot resolve several external functions<br>&gt; called in &quot;template.c&quot;: such as &quot;thanx&quot; and &quot;read_next_frame&quot;, among others.<br>&gt;<br>&gt; I would appreciate very much any clues in how to solve this problem.
<br>&gt;<br><br>rename and move template.c to src/contrib and edit <a href="http://Makefile.am">Makefile.am</a> to add<br>your voronoi.c to it. then run make voronoi<br>&gt; Regards.<br>&gt;<br>&gt; Pedro.<br>&gt;<br>&gt;
<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________<br>&gt; gmx-users mailing list&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org
</a><br>&gt; <a href="http://www.gromacs.org/mailman/listinfo/gmx-users">http://www.gromacs.org/mailman/listinfo/gmx-users</a><br>&gt; Please search the archive at <a href="http://www.gromacs.org/search">http://www.gromacs.org/search
</a> before posting!<br>&gt; Please don&#39;t post (un)subscribe requests to the list. Use the<br>&gt; www interface or send it to <a href="mailto:gmx-users-request@gromacs.org">gmx-users-request@gromacs.org</a>.<br>&gt; Can&#39;t post? Read 
<a href="http://www.gromacs.org/mailing_lists/users.php">http://www.gromacs.org/mailing_lists/users.php</a><br><br><br>--<br>David.<br>________________________________________________________________________<br>David van der Spoel, PhD, Assoc. Prof., Molecular Biophysics group,
<br>Dept. of Cell and Molecular Biology, Uppsala University.<br>Husargatan 3, Box 596,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;75124 Uppsala, Sweden<br>phone:&nbsp;&nbsp;46 18 471 4205&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fax: 46 18 511 755<br><a href="mailto:spoel@xray.bmc.uu.se">spoel@xray.bmc.uu.se
</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:spoel@gromacs.org">spoel@gromacs.org</a>&nbsp;&nbsp; <a href="http://folding.bmc.uu.se">http://folding.bmc.uu.se</a><br>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>_______________________________________________
<br>gmx-users mailing list&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a><br><a href="http://www.gromacs.org/mailman/listinfo/gmx-users">http://www.gromacs.org/mailman/listinfo/gmx-users</a><br>Please search the archive at 
<a href="http://www.gromacs.org/search">http://www.gromacs.org/search</a> before posting!<br>Please don&#39;t post (un)subscribe requests to the list. Use the<br>www interface or send it to <a href="mailto:gmx-users-request@gromacs.org">
gmx-users-request@gromacs.org</a>.<br>Can&#39;t post? Read <a href="http://www.gromacs.org/mailing_lists/users.php">http://www.gromacs.org/mailing_lists/users.php</a><br></blockquote></div><br>