From: | "g(dot)p(dot)ciceri" <zanzi(at)agnese(dot)tialabs(dot)com> |
---|---|
To: | pgsql-ports(at)postgresql(dot)org |
Subject: | CVS snap. compile halts giving `TCP_NODELAY' undeclared (Linux i386 RH6.1) |
Date: | 2000-10-09 06:27:58 |
Message-ID: | 39E1656E.9B1794DB@agnese.tialabs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
Hi all,
I'm trying to compile the CVS snapshot (to start playing
with TOAST)
I've just checked out the current release, but while
I'm trying to compile, I take the following:
make[3]: Entering directory `/home/zanzi/temp/pgsql/src/backend/libpq'
gcc -c -I../../../src/include -O2 -Wall -Wmissing-prototypes
-Wmissing-declarations be-fsstubs.c -o be-fsstubs.o
gcc -c -I../../../src/include -O2 -Wall -Wmissing-prototypes
-Wmissing-declarations pqcomm.c -o pqcomm.o
pqcomm.c: In function `StreamConnection':
pqcomm.c:346: `TCP_NODELAY' undeclared (first use in this function)
pqcomm.c:346: (Each undeclared identifier is reported only once
pqcomm.c:346: for each function it appears in.)
make[3]: *** [pqcomm.o] Error 1
make[3]: Leaving directory `/home/zanzi/temp/pgsql/src/backend/libpq'
make[2]: *** [libpq-recursive] Error 2
make[2]: Leaving directory `/home/zanzi/temp/pgsql/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/zanzi/temp/pgsql/src'
make: *** [all] Error 2
I'm using a Linux RedHat 6.1 box.
Has anyone already find this problem ???
Where can I declare TCP_NODELAY (and how) ???
Any help will be highly appreciated.
Thanks.
/gp
--
Discussion: How do you feel about Open Source firms making
millions through public offerings?
"I wish these companies were making the same millions without
distributing any non-free, user-subjugating software." --
Richard Stallman
"We're not here to let the monkey dances" --
g.p.
Gian Paolo Ciceri Via B.Diotti 45 - 20153 Milano MI ITALY
CTO @ TiALabs mobile : ++39 347 4106213
eMail : gp(dot)ciceri(at)acm(dot)org
webSite: http://www.tialabs.com
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2000-10-10 03:49:18 | Re: CVS snap. compile halts giving `TCP_NODELAY' undeclared (Linux i386 RH6.1) |
Previous Message | Bruce Momjian | 2000-10-09 03:49:37 | Re: [PORTS] Patch to FAQ_SCO for PostgreSQL 7.1 |