make -j2 error in ecpg/pgtypeslib in current GIT - Mailing list pgsql-hackers

From Boszormenyi Zoltan
Subject make -j2 error in ecpg/pgtypeslib in current GIT
Date
Msg-id 4D414738.8050308@cybertec.at
Whole thread Raw
Responses Re: make -j2 error in ecpg/pgtypeslib in current GIT  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,

I get reproducible "make -j2" compile error in ecpg/pgtypeslib.
The problem is that after this below is executed:

rm -f pgstrcasecmp.c && ln -s ../../../../src/port/pgstrcasecmp.c .

the compilation of pgstrcasecmp.c doesn't happen and this fails:

ar crs libpgtypes.a numeric.o datetime.o common.o dt_common.o timestamp.o interval.o
pgstrcasecmp.o
ar: pgstrcasecmp.o: No such file or directory

The above happens if I run "make -j2" from the toplevel directory
after ./configure. The second run passes.

With "make clean ; make -j2" in src/interfaces/ecpg the same error
occurs again.

If I run "make" without "-j2" then the compile failure doesn't happen.

The system is an uptodate Fedora 14.

Best regards,
Zoltán Böszörményi

-- 
----------------------------------
Zoltán Böszörményi
Cybertec Schönig & Schönig GmbH
Gröhrmühlgasse 26
A-2700 Wiener Neustadt, Austria
Web: http://www.postgresql-support.de    http://www.postgresql.at/



pgsql-hackers by date:

Previous
From: Alexey Klyukin
Date:
Subject: Re: arrays as pl/perl input arguments [PATCH]
Next
From: Dimitri Fontaine
Date:
Subject: Re: Extensions support for pg_dump, patch v27