Which packages are needed for PostgreSQL-7.3.2-1

news@garydjones.mailshell.com news@garydjones.mailshell.com
Sun Feb 23 11:15:00 GMT 2003


On 22 Feb 2003, christian.schuster@rsag.ch wrote:

> At the moment I can configure and make PostgreSQL-7.3.2-1.
> But make pulls out a lot of missing-declarations.
>          ..............
>
>          make -C tcop all
>          make[3]: Entering directory
>          `/usr/src/postgresql-7.3.2-1/src/backend/tcop'
>          gcc -O2 -Wall -Wmissing-prototypes
>          -Wmissing-declarations -I../../../src/include 
[snip]
> How can I solve all the misssing statements? Do I need to
> solve this or can I use PostgreSQL like this?

That Justin[1] fella is the one who can answer definitively 
since he is the maintainer, but I don't see any problem with the 
above build run. Do you mean the "-Wmissing-declarations" and 
similar things? They're just arguments to the compiler (gcc) to 
generate a warning if a global function is provided without a 
prototype (try "man gcc" at the command prompt).

[1] commonly found under his alias Jason Tishler on this mailing 
list

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list