can u help me abt how can I add changes in an already build debian package??<br>Actually I want to add punjabi files in gcompris??<br><br><div class="gmail_quote">2009/1/9 Yavor Doganov <span dir="ltr"><<a href="mailto:yavor@gnu.org">yavor@gnu.org</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Fri, Jan 09, 2009 at 04:23:23PM +0530, Ankit Sahai wrote:<br>
> what is this <a href="http://libalgebra.la" target="_blank">libalgebra.la</a>  and ld???<br>
<br>
</div>The former is a libtool archive, see <a href="http://gnu.org/software/libtool" target="_blank">http://gnu.org/software/libtool</a> and<br>
its documentation.  ld is the GNU linker, which in this case is invoked<br>
via GCC.<br>
<div class="Ih2E3d"><br>
> is something missing in the system??<br>
<br>
</div>No, something is messy with the source you're compiling.  How did<br>
you obtain it and what modifications you've made?  With a recent<br>
(8.4.x for sure, IIRC) version of GCompris, that command should be<br>
<br>
gcc -shared  .libs/algebra.o   Wl,-soname -Wl,libalgebra.so -o .libs/libalgebra.so<br>
<br>
i.e. no -Wl,z,defs as an option to the linker.<br>
<br>
Once again, reminding you that it would be easier to use either prebuilt<br>
packages, or build them yourself from a Debian source package that is<br>
properly made.  If you don't have at least some basic understanding<br>
what's going on, it is going to be extremely hard to succeed.<br>
<div><div></div><div class="Wj3C7c"><br>
------------------------------------------------------------------------------<br>
Check out the new SourceForge.net Marketplace.<br>
It is the best place to buy or sell services for<br>
just about anything Open Source.<br>
<a href="http://p.sf.net/sfu/Xq1LFB" target="_blank">http://p.sf.net/sfu/Xq1LFB</a><br>
_______________________________________________<br>
gcompris-devel mailing list<br>
<a href="mailto:gcompris-devel@lists.sourceforge.net">gcompris-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gcompris-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gcompris-devel</a><br>
</div></div></blockquote></div><br>