Re: Autoconf code

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Andreas Pflug" <Andreas(dot)Pflug(at)web(dot)de>, <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Autoconf code
Date: 2003-05-13 21:37:53
Message-ID: 03AF4E498C591348A42FC93DEA9661B825A102@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Andreas Pflug [mailto:Andreas(dot)Pflug(at)web(dot)de]
> Sent: 13 May 2003 21:59
> To: Dave Page; pgadmin-hackers(at)postgresql(dot)org
> Subject: Re: [pgadmin-hackers] Autoconf code
>
>
> Dave Page wrote:
>
> >
> > : undefined reference to `crypt'
> > collect2: ld returned 1 exit status
> > make: *** [pgAdmin3] Error 1
> >
> > It looks like this is because some part are now being linked
> > dynamically - adding /usr/lib/libcrypt.a to the LDFLAGS in the
> > Makefile allowed it to compile but is obviously not the real answer.
>
> I added -lcrypt to the Makefile.in before I added the file to cvs,
> should link ok if the cvs version is used.
> Replacing the 1.1 version with Adam's wasn't a good idea, because it
> unfixed some fixes....
> I'll fix it.

OK, whatever you did is working now. Did that include Adam's latest
fixes?

Regards, Dave.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-05-13 21:42:15 Re: Autoconf code
Previous Message Andreas Pflug 2003-05-13 21:34:03 Re: autoconf make install