On Tue, 14 Jun 2005 09:30:24 -0400 Austin Acton <[EMAIL PROTECTED]>
babbled:

> Hi,
> 
> I'm the dude from Mandriva if you've forgotten.
> 
> I need a little something fixed in ecore.
> Our 64-bit X11 libraries live in /usr/X11R6/lib64.
> I can run configure --x-libraries=/usr/X11R6/lib64, but this does not
> get respected...
> 
> I think it's due to this little tidbit:
>   x_libs="-L"$x_dir"/lib -lX11 -lXext";
> in configure.in which hard-codes -L$x_dir/lib, then "gcc -lX11" fails.
> 
> If you could fix the switch or provide some better solution, that would
> be great.  I don't want to hack the Makefile after configuring.
> 
> Other than that, most x86-64 RPMS are building fine.

check current cvs. 

      x_dir=${x_dir:-/usr/X11R6}
      x_cflags=${x_cflags:--I${x_includes:-$x_dir/include}}
      x_libs="${x_libs:--L${x_libraries:-$x_dir/lib}} -lX11 -lXext"

is what u'll find :)

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多                              [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to