AW: [HACKERS] compilation error

From: Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at>
To: "'Martin A(dot) Marques'" <martin(at)math(dot)unl(dot)edu(dot)ar>, Hackers List <pgsql-hackers(at)postgresql(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: AW: [HACKERS] compilation error
Date: 2001-01-18 15:24:10
Message-ID: 11C1E6749A55D411A9670001FA6879633681C4@sdexcsrv1.f000.d0188.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers


> I'm trying to compile postgres on a Solaris 7 SPARC machine
> and I get this error:

> gcc -g -Wall -Wmissing-prototypes -Wmissing-declarations -fPIC
> -I../../../src/include -I../../../src/interfaces/libpq -c pgtcl.c -o pgtcl.o
> In file included from pgtcl.c:19:
> libpgtcl.h:19: tcl.h: No such file or directory

> Now, tcl.h is in /usr/local/include

Run configure with:
./configure --with-includes=/usr/local/include --with-libraries=/usr/local/lib

Andreas

Browse pgsql-general by date

  From Date Subject
Next Message Patrick Welche 2001-01-18 15:53:28 Re: [GENERAL] Re: date/time
Previous Message Martin A. Marques 2001-01-18 15:06:29 compilation error

Browse pgsql-hackers by date

  From Date Subject
Next Message Patrick Welche 2001-01-18 15:34:22 Re: Autoconf version discrepancies
Previous Message The Hermit Hacker 2001-01-18 15:17:03 Re: converting from text -> inet ... possible?