Erik de Castro Lopo
2005-Jan-30 12:12 UTC
[Flac-dev] Patch : fix configure.in and Makefile.am problems.
On Sun, 30 Jan 2005 10:45:05 -0800 (PST) Josh Coalson <xflac@yahoo.com> wrote:> OK, thanks, checked in. once linux-ppc is ironed out the > release should be ready to go.Long way to go yet. Mine is a G3 PowerPC so it doesn't have Altivec. I've tried --disable-assembler but there's still something screwed up int the Makefile.am. Erik -- +-----------------------------------------------------------+ Erik de Castro Lopo nospam@mega-nerd.com (Yes it's valid) +-----------------------------------------------------------+ "Any sufficiently complicated C or Fortran program contains an ad-hoc, informally-specified, bug-ridden, slow implementation of half of CommonLisp." -- Greenspuns Tenth Rule Of Programming
Josh Coalson
2005-Jan-30 14:40 UTC
[Flac-dev] Patch : fix configure.in and Makefile.am problems.
--- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote:> On Sun, 30 Jan 2005 10:45:05 -0800 (PST) > Josh Coalson <xflac@yahoo.com> wrote: > > > OK, thanks, checked in. once linux-ppc is ironed out the > > release should be ready to go. > > Long way to go yet. Mine is a G3 PowerPC so it doesn't have Altivec. > I've tried --disable-assembler but there's still something screwed > up int the Makefile.am.do you mean --disable-asm-optimizations? that works for me on linux-x86 but there could still be something wrong with it... Josh __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Erik de Castro Lopo
2005-Jan-30 14:55 UTC
[Flac-dev] Patch : fix configure.in and Makefile.am problems.
On Sun, 30 Jan 2005 14:39:18 -0800 (PST) Josh Coalson <xflac@yahoo.com> wrote:> --- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote: > > On Sun, 30 Jan 2005 10:45:05 -0800 (PST) > > Josh Coalson <xflac@yahoo.com> wrote: > > > > > OK, thanks, checked in. once linux-ppc is ironed out the > > > release should be ready to go. > > > > Long way to go yet. Mine is a G3 PowerPC so it doesn't have Altivec. > > I've tried --disable-assembler but there's still something screwed > > up int the Makefile.am. > > do you mean --disable-asm-optimizations?Yes.> that works for me on > linux-x86 but there could still be something wrong with it...On powerpc, with that option on, it still tries to link libFLAC-asm.la. I think the problem is that the logic for including the ASM stuff is done mostly in the Makefile.am and the automake if statements are pretty braindead. The solution would be to figure out whether libFLAC-asm.la is needed in configure.in and remove all the if statements in the Makefile.am repacing them with variable substitutions which automake gets right most of the time :-). Erik -- +-----------------------------------------------------------+ Erik de Castro Lopo nospam@mega-nerd.com (Yes it's valid) +-----------------------------------------------------------+ "I saw `cout' being shifted "Hello world" times to the left and stopped right there." -- Steve Gonedes