Re: [E-devel] Patches for entrance on x86_64

2005-05-31 Thread Didier Casse
On 5/31/05, John Ellson <[EMAIL PROTECTED]> wrote: > Corey Donohoe wrote: > > >I guess I sorta see why this was working for me, I'm on gentoo not fedora. > > > >nemesis% ls -l /usr/X11R6/ | grep lib > >lrwxrwxrwx1 rootroot5 Mar 29 14:49 lib -> lib64 > >drwxr-xr-x7 rootroot

Re: Re: [E-devel] Patches for entrance on x86_64

2005-05-30 Thread Corey Donohoe
patches are in, thx. * John Ellson ([EMAIL PROTECTED]) wrote: > Corey Donohoe wrote: > > >I guess I sorta see why this was working for me, I'm on gentoo not fedora. > > > >nemesis% ls -l /usr/X11R6/ | grep lib > >lrwxrwxrwx1 rootroot5 Mar 29 14:49 lib -> lib64 > >drwxr-xr-x7 r

Re: [E-devel] Patches for entrance on x86_64

2005-05-30 Thread John Ellson
Corey Donohoe wrote: I guess I sorta see why this was working for me, I'm on gentoo not fedora. nemesis% ls -l /usr/X11R6/ | grep lib lrwxrwxrwx1 rootroot5 Mar 29 14:49 lib -> lib64 drwxr-xr-x7 rootroot 4096 May 7 02:44 lib32 drwxr-xr-x 83 rootroot49152 Ma

Re: Re: [E-devel] Patches for entrance on x86_64

2005-05-30 Thread Corey Donohoe
* Michael Jennings ([EMAIL PROTECTED]) wrote: > On Monday, 30 May 2005, at 13:11:37 (-0400), > Corey Donohoe wrote: > > > The below patches aren't needed, entrance builds fine on x86_64 and > > has for some time. If the defaults don't work for you, look into > > exporting your CFLAGS and LDFLAGS

Re: Re: [E-devel] Patches for entrance on x86_64

2005-05-30 Thread Corey Donohoe
I guess I sorta see why this was working for me, I'm on gentoo not fedora. nemesis% ls -l /usr/X11R6/ | grep lib lrwxrwxrwx1 rootroot5 Mar 29 14:49 lib -> lib64 drwxr-xr-x7 rootroot 4096 May 7 02:44 lib32 drwxr-xr-x 83 rootroot49152 May 30 13:22 lib64 drwxr-x

Re: [E-devel] Patches for entrance on x86_64

2005-05-30 Thread John Ellson
Corey Donohoe wrote: The below patches aren't needed, entrance builds fine on x86_64 and has for some time. If the defaults don't work for you, look into exporting your CFLAGS and LDFLAGS environmental variables so these sort of things get picked up. This came up in the discussion of build

Re: [E-devel] Patches for entrance on x86_64

2005-05-30 Thread Michael Jennings
On Monday, 30 May 2005, at 13:11:37 (-0400), Corey Donohoe wrote: > The below patches aren't needed, entrance builds fine on x86_64 and > has for some time. If the defaults don't work for you, look into > exporting your CFLAGS and LDFLAGS environmental variables so these > sort of things get pick

Re: [E-devel] Patches for entrance on x86_64

2005-05-30 Thread Corey Donohoe
The below patches aren't needed, entrance builds fine on x86_64 and has for some time. If the defaults don't work for you, look into exporting your CFLAGS and LDFLAGS environmental variables so these sort of things get picked up. * Didier Casse ([EMAIL PROTECTED]) wrote: > Dear Developers, >