Re: port report: [FAILURE] FreeBSD 6, Intel icc7 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: port report: [FAILURE] FreeBSD 6, Intel icc7
Date
Msg-id 15974.1103651456@sss.pgh.pa.us
Whole thread Raw
In response to Re: port report: [FAILURE] FreeBSD 6, Intel icc7  (Darcy Buskermolen <darcy@wavefire.com>)
Responses Re: port report: [FAILURE] FreeBSD 6, Intel icc7
Re: port report: [FAILURE] FreeBSD 6, Intel icc7
List pgsql-hackers
Darcy Buskermolen <darcy@wavefire.com> writes:
> On December 16, 2004 04:29 pm, Tom Lane wrote:
>> Hmm.  I see in Makefile.freebsd:
>> 
>> ifdef ELF_SYSTEM
>> export_dynamic = -export-dynamic
>> rpath = -R$(rpathdir)
>> shlib_symbolic = -Wl,-Bsymbolic -lc
>> endif

> Ok we are making further headway:

> icc -O -L../../src/port  -R/usr/local/pgsql/lib -export-dynamic 
> access/SUBSYS.o bootstrap/SUBSYS.o catalog/SUBSYS.o parser/SUBSYS.o 
> commands/SUBSYS.o executor
> /SUBSYS.o lib/SUBSYS.o libpq/SUBSYS.o main/SUBSYS.o nodes/SUBSYS.o 
> optimizer/SUBSYS.o port/SUBSYS.o postmaster/SUBSYS.o regex/SUBSYS.o 
> rewrite/SUBSYS.o storag
> e/SUBSYS.o tcop/SUBSYS.o utils/SUBSYS.o ../../src/timezone/SUBSYS.o  
> -lpgport_srv -lz -lreadline -lcrypt -lcompat -lm -lutil  -o postgres

> iccbin: Command line warning: ignoring unknown option '-R/usr/local/pgsql/lib'
> /usr/local/intel/compiler70/ia32/bin/ldwrapper/ld: warning: cannot find entry 
> symbol xport-dynamic; defaulting to 000000000804acc0

> So it looks like icc dosn't like -export-dynamic

Looks like it doesn't like -R either.  You need to determine the correct
alternative spelling of those switches for us, and then we can put a
conditional into Makefile.freebsd for icc.

Is icc available on any other platforms besides FreeBSD?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Mark Wong
Date:
Subject: pg_autovacuum w/ dbt2
Next
From: Sibtay Abbas
Date:
Subject: cant execute yyparse() within postgresql