[GENERAL] 8.2.1 Compiling Error

Поиск
Список
Период
Сортировка
От elein
Тема [GENERAL] 8.2.1 Compiling Error
Дата
Msg-id 20070131193802.GF8879@varlena.com
обсуждение исходный текст
Ответы Re: [GENERAL] 8.2.1 Compiling Error  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [GENERAL] 8.2.1 Compiling Error  (<korryd@enterprisedb.com>)
Re: [GENERAL] 8.2.1 Compiling Error  ("Florian G. Pflug" <fgp@phlo.org>)
Список pgsql-hackers
----- Forwarded message from elein <elein@varlena.com> -----

To: pgsql-general@postgresql.org
Cc: elein <elein@varlena.com>
Subject: [GENERAL] 8.2.1 Compiling Error
Mail-Followup-To: pgsql-general@postgresql.org
From: elein <elein@varlena.com>


Debian Linux. Have always built from scratch with no problem.

This is 8.2.1 from postgresql.org.

Conf line is:
--prefix=/local/pgsql82 --enable-depend --enable-cassert --enable-debug --with-tcl --with-python --with-perl
--with-pgport=5432


Build error is:
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wendif-labels -fno-strict-aliasing -g -Wno-error
-L../../../../src/port -Wl,-rpath,'/local/pgsql82/lib' preproc.o type.o ecpg.o ecpg_keywords.o output.o keywords.o
c_keywords.o../ecpglib/typename.o descriptor.o variable.o -lpgport -lz -lreadline -lcrypt -ldl -lm   -o ecpg
 
/usr/lib/libc_nonshared.a(elf-init.oS)(.gnu.linkonce.t.__i686.get_pc_thunk.bx+0x0): In function
`__i686.get_pc_thunk.bx':
: multiple definition of `__i686.get_pc_thunk.bx'

../ecpglib/typename.o(.gnu.linkonce.t.__i686.get_pc_thunk.bx+0x0):/home/local/src/postgresql-8.2.1/src/interfaces/ecpg/ecpglib/typename.c:18:
firstdefined herecollect2: ld returned 1 exit status
 
make[4]: *** [ecpg] Error 1
make[4]: Leaving directory `/home/local/src/postgresql-8.2.1/src/interfaces/ecpg/preproc'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/local/src/postgresql-8.2.1/src/interfaces/ecpg'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/local/src/postgresql-8.2.1/src/interfaces'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/local/src/postgresql-8.2.1/src'
make: *** [all] Error 2

Any ideas?

elein

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings


----- End forwarded message -----


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: fixing Makefile.shlib for solaris/gcc with -m64 flag
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] 8.2.1 Compiling Error