On Thu, 10 May 2007 18:41:09 -0400 Bill Nottingham <notting@xxxxxxxxxx> wrote: > Bill Nottingham (notting@xxxxxxxxxx) said: > > Hans de Goede (j.w.r.degoede@xxxxxx) said: > > > Since I have no access to a pcc64 machine, I could > use some help with this. > > > > $lib = lib. Hence, it's not finding anything. > > To be more precise, in configure: > > > dnl Test for lib64 architectures > dnl FIXME: should really check target > case $host_cpu in > x86_64* | sparc64*) lib="lib64";; > *) lib="lib";; > esac > Hmm, I'm afraid it isn't that easy, I added this sed command: sed -i 's/x86_64\* | sparc64\*) lib="lib64";;/x86_64\* | sparc64\* | ppc64\*) lib="lib64";;/' configure.in to the spec before all the autoXXX files get regenerated, and I've verified locally that the generated configure contains "x86_64* | sparc64* | ppc64*) lib="lib64";; But it still fails to detect postgress see: http://koji.fedoraproject.org/koji/getfile?taskID=6292&name=build.log -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list