Author: Josh Fremer Date: To: Seneca Cunningham CC: pgsql-ports Subject: Re: [PORTS] Postgres failed to compile on debian x86
On Sep 5, 2006, at 11:01 AM, Seneca Cunningham wrote: > Now that I'm connected to a Linux system, I've tried your original
> configure line of:
>
> ./configure --with-perl --with-openssl \
> --with-includes=/usr/include/linux/:/usr/include \
> --with-libraries=/usr/lib/
>
> and reproduced your results. Change that to:
>
> ./configure --with-perl --with-openssl \
> --with-includes=/usr/include --with-libraries=/usr/lib
>
> and it should work. Incidentally, the --with-includes and
> --with-libraries aren't necessary at this point as /usr/include
> and /usr/lib are in the default search path of gcc, ld, and cpp.
Installation complete. Thanks so much for all your help.
For completeness, I'd like to mention that after a successful
configure, make failed on my setup with the following error:
After a little research I tried upgrading from gcc-3.4 to gcc-3.5,
which is the latest version currently available in debian stable.
The error persisted. After that I tried upgrading to gcc-4.0 out of
debian testing, which solved the issue.
Again, thanks for your patience and great advice.
Cheers,
Josh
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings