Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Build 8.2 with an old linker



"Thorkil Olesen" <thorkil(at)pip(dot)dknet(dot)dk> writes:
> --- postgresql-8.2.0/src/interfaces/libpq/Makefile.old  Fri Dec 15 15:57:52
> 2006
> +++ postgresql-8.2.0/src/interfaces/libpq/Makefile      Fri Dec 15 15:58:53
> 2006
> @@ -140,7 +140,7 @@
>  $(shlib): exports.list

>  exports.list: exports.txt
> -       echo '{ global:' >$@
> +       echo 'VERSION { global:' >$@
>         $(AWK) '/^[^#]/ {printf "%s;\n",$$1}' $< >>$@
>         echo ' local: *; };' >>$@

Done, thanks for the suggestion.

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group