<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.14.1">
</HEAD>
<BODY>
Hi there <BR>
<BR>
Sorry My emails were blocked by Telecom, you were all SPAMs<BR>
<BR>
So ...<BR>
I did flag the gcc compiler by :<BR>
CFLAGS=&quot;-03 -fPIC&quot;<BR>
Bingo, the all lot worked. It is a recurrent problem with X64 and gcc.<BR>
I still have to modify a line :<BR>
<BR>
if test &quot;x$enable_mmx&quot; = &quot;xno&quot;; then<BR>
                ff_conf_args=&quot;$ff_conf_args --disable-mmx&quot;<BR>
<BR>
Can I add stuff after --disable-mmx ? like --disable--mmx --enable-altivec<BR>
<BR>
ff_conf_args=&quot;$ff_conf_args --disable-mmx --enable-altivec&quot;<BR>
or is it against the rules ?<BR>
<BR>
Thanks again for your time<BR>
Cheers<BR>
E<BR>
<BR>
<BR>
On Mon, 2007-09-10 at 10:55 +1200, nic wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Hi Edouard</FONT>

<FONT COLOR="#000000">Without being in any way familiar with the specifics of you're seeing, two things strike </FONT>
<FONT COLOR="#000000">me. First, your comments saying it used to work, and all libs are up to date. Possibly the </FONT>
<FONT COLOR="#000000">update of the libraries actually broke something, so that paths are different. This is </FONT>
<FONT COLOR="#000000">perhaps confirmed by the fact that you can't compile a basic driver.</FONT>

<FONT COLOR="#000000">The other thing is the warning that --datarootdir is being ignored. There are a whole </FONT>
<FONT COLOR="#000000">bunch of similar instances mentioned on google, and generally seem to relate to the </FONT>
<FONT COLOR="#000000">particular version of autoconf. So the two problems might go together. try looking at </FONT>
<FONT COLOR="#000000">autoconf: maybe an update, or revert to a different version, or see if there's a </FONT>
<FONT COLOR="#000000">compatibility mode.</FONT>

<FONT COLOR="#000000">Good luck</FONT>

<FONT COLOR="#000000">Nic C-L</FONT>

<FONT COLOR="#000000">Edouard Chalaron wrote:</FONT>
<FONT COLOR="#000000">&gt; Hi all</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; I have been unable to recompile some source code that I had for a long</FONT>
<FONT COLOR="#000000">&gt; time.</FONT>
<FONT COLOR="#000000">&gt; I updated by subversion these sources and still can not compile.</FONT>
<FONT COLOR="#000000">&gt; (Packages are not an option, the few I can find are not reliable,</FONT>
<FONT COLOR="#000000">&gt; missing or deprecated libs)</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; For say, the autogen is working fine and configure is going fine too,</FONT>
<FONT COLOR="#000000">&gt; however I managed to filter out some warning on the output</FONT>
<FONT COLOR="#000000">&gt; of ./configure :</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; /bin/bash: ./config.rpath: No such file or directory</FONT>
<FONT COLOR="#000000">&gt; cat: /etc/ld.so.conf.d/*.conf: No such file or directory</FONT>
<FONT COLOR="#000000">&gt; cat: /etc/ld.so.conf.d/*.conf: No such file or directory</FONT>
<FONT COLOR="#000000">&gt; config.status: WARNING:  po/Makefile.in.in seems to ignore the</FONT>
<FONT COLOR="#000000">&gt; --datarootdir setting</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; That is a bit odd....</FONT>
<FONT COLOR="#000000">&gt; That would be a first step.</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; Since ./configure says to me that all is Ok anyway and I go for a make,</FONT>
<FONT COLOR="#000000">&gt; I just do it.</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; /usr/bin/ld: /usr/lib/libx264.a(common.o): relocation R_X86_64_32</FONT>
<FONT COLOR="#000000">&gt; against `a local symbol' can not be used when making a shared object;</FONT>
<FONT COLOR="#000000">&gt; recompile with -fPIC</FONT>
<FONT COLOR="#000000">&gt; /usr/lib/libx264.a: could not read symbols: Bad value</FONT>
<FONT COLOR="#000000">&gt; collect2: ld returned 1 exit status</FONT>
<FONT COLOR="#000000">&gt; make[3]: *** [libquicktimehv.la] Error 1</FONT>
<FONT COLOR="#000000">&gt; make[2]: *** [all-recursive] Error 1</FONT>
<FONT COLOR="#000000">&gt; make[1]: *** [all-recursive] Error 1</FONT>
<FONT COLOR="#000000">&gt; make: *** [all] Error 2</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; I sent the errors to the maintainers of the code, still waiting for an</FONT>
<FONT COLOR="#000000">&gt; answer but, with my permanent condition of being a shit magnet, it seems</FONT>
<FONT COLOR="#000000">&gt; that I am the only one.</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; So ... Is it related to the config warnings ? any suggestion, ideas ???</FONT>
<FONT COLOR="#000000">&gt; anything ....the fPIC stuff is not in cause according to the</FONT>
<FONT COLOR="#000000">&gt; developpers.</FONT>
<FONT COLOR="#000000">&gt; X264 has been dowloaded and installed with making a deb package. No</FONT>
<FONT COLOR="#000000">&gt; troubles...</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; Just for testing to eliminate all possible source of trouble I went to</FONT>
<FONT COLOR="#000000">&gt; compile a really simple stuff (the driver for the wireless of my</FONT>
<FONT COLOR="#000000">&gt; Presario V3000)... does not even compile.</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; Where I am really P...D off is that this code compiled out of the box</FONT>
<FONT COLOR="#000000">&gt; recently.</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; Distribution is Feisty fawn for AMD64. All libs up to date, but may I</FONT>
<FONT COLOR="#000000">&gt; miss some of them</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; Any help appreciated</FONT>
<FONT COLOR="#000000">&gt; THanks</FONT>
<FONT COLOR="#000000">&gt; Edouard</FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; </FONT>
<FONT COLOR="#000000">&gt; </FONT>


</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>