configure fails on PPC/Linux

From: t-ishii(at)sra(dot)co(dot)jp
To: pgsql-hackers(at)postgreSQL(dot)org
Cc: t-ishii(at)srapc451(dot)sra(dot)co(dot)jp
Subject: configure fails on PPC/Linux
Date: 1998-02-12 07:36:39
Message-ID: 199802120736.QAA02123@srapc451.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

configure on PPC/Linux fails because of an incorrect template
file(configure tries to envoke gcc with -m486 option!). Following
patches should fix the problem.

P.S. I have tested on the 2/11 snapshot.
--
Tatsuo Ishii
t-ishii(at)sra(dot)co(dot)jp
--------------------------------------------------------------
diff -c -N template.orig/.similar template/.similar
*** template.orig/.similar Tue Feb 3 17:00:32 1998
--- template/.similar Thu Feb 12 15:14:13 1998
***************
*** 17,22 ****
powerpc-ibm-aix3.2.5=aix_325
powerpc-ibm-aix4.1.4.0=aix_41
powerpc-ibm-aix4.1.5.0=aix_41
! powerpc-unknown-linux-gnu=linux-elf
sparc-sun-solaris=sparc_solaris-gcc
sparc-unknown-linux-gnu=linux-elf-sparc
--- 17,22 ----
powerpc-ibm-aix3.2.5=aix_325
powerpc-ibm-aix4.1.4.0=aix_41
powerpc-ibm-aix4.1.5.0=aix_41
! powerpc-unknown-linux-gnu=linux-elf-ppc
sparc-sun-solaris=sparc_solaris-gcc
sparc-unknown-linux-gnu=linux-elf-sparc
diff -c -N template.orig/linux-elf-ppc template/linux-elf-ppc
*** template.orig/linux-elf-ppc Thu Jan 1 09:00:00 1970
--- template/linux-elf-ppc Thu Feb 12 15:14:41 1998
***************
*** 0 ****
--- 1,10 ----
+ AROPT:crs
+ CFLAGS:-O2
+ SHARED_LIB:-fpic
+ ALL:
+ SRCH_INC:/usr/include/ncurses /usr/include/readline
+ SRCH_LIB:
+ USE_LOCALE:no
+ DLSUFFIX:.so
+ YFLAGS:-d
+ YACC:bison -y

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 1998-02-12 08:05:12 Re: [HACKERS] cursor access doesn't work anmore
Previous Message The Hermit Hacker 1998-02-12 04:38:39 i386_solaris port...problem found...