Re: BUG #5461: Cross-compilation PostgreSQL on arm

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "huangyi" <huangyi_xh(at)yahoo(dot)com(dot)cn>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5461: Cross-compilation PostgreSQL on arm
Date: 2010-05-17 14:20:51
Message-ID: 18648.1274106051@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"huangyi" <huangyi_xh(at)yahoo(dot)com(dot)cn> writes:
> arm-linux-gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
> -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv
> -I../../../src/include -D_GNU_SOURCE
> -DVAL_CONFIGURE="\"'--prefix=/home/eps/pgsql-8.4.1/' '--host=arm-linux'
> '--disable-spinlocks' '--enable-depend' '--without-readline'
> '--without-zlib' 'host_alias=arm-linux'\"" -DVAL_CC="\"arm-linux-gcc\""
> -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-O2 -Wall
> -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
> -Wendif-labels -fno-strict-aliasing -fwrapv\"" -DVAL_CFLAGS_SL="\"-fpic\""
> -DVAL_LDFLAGS="\"-Wl,-rpath,'/home/eps/pgsql-8.4.1//lib'\""
> -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgport -lcrypt -ldl -lm \"" -c -o
> pg_config.o pg_config.c -MMD -MP -MF .deps/pg_config.Po
> arm-none-linux-gnueabi-gcc: '--host=arm-linux': No such file or directory
> arm-none-linux-gnueabi-gcc: '--disable-spinlocks': No such file or
> directory
> arm-none-linux-gnueabi-gcc: '--enable-depend': No such file or directory
> arm-none-linux-gnueabi-gcc: '--without-readline': No such file or directory
> arm-none-linux-gnueabi-gcc: '--without-zlib': No such file or directory
> arm-none-linux-gnueabi-gcc: 'host_alias=arm-linux'": No such file or
> directory
> arm-none-linux-gnueabi-gcc: ": No such file or directory
> cc1: error: unrecognized command line option "-fwrapv""
> make[3]: *** [pg_config.o] Error 1

It looks to me like you've got a compiler bug, namely that it's being
careless about the possibility of embedded quote marks in command-line
-D switches. You'll need to complain to whoever supplied that
arm-targeted version of gcc.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2010-05-17 15:48:27 Re: Cross-compilation postgresql-8.4.1 error,please help me
Previous Message Craig Ringer 2010-05-17 11:58:31 Re: BUG #5462: Can't intall onclick installer from EnterpriseDB