Peter <[EMAIL PROTECTED]> writes:
> I have the latest Cygwin and PostgreSQL 7.2. Using the installation
> instructions at http://people.freebsd.org/~kevlo/postgres/portNT.html,
> make produces the messages:
> pg_passwd.o(.text+0x763):pg_passwd.c: undefined reference to 'crypt'

If you can figure out *why* that happens, we'll be glad to apply the fix
in future versions, but there's not a lot we can do about it remotely;
you're going to have to do some of the legwork yourself.  (This is open
source software, after all.)

You could start by looking at the configure log (config.log) to see if
it found libcrypt or not.  If there is a libcrypt, did it get mentioned
in LIBS in src/Makefile.global?  Is it mentioned in the build command
for pg_passwd (which you carefully omitted from your complaint)?

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to