| From: | Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de> |
|---|---|
| To: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, pgadmin-hackers(at)postgresql(dot)org |
| Subject: | Re: Autoconf code |
| Date: | 2003-05-13 20:58:32 |
| Message-ID: | 3EC15C78.4000202@web.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
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.
Regards,
Andreas
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andreas Pflug | 2003-05-13 21:34:03 | Re: autoconf make install |
| Previous Message | Adam H. Pendleton | 2003-05-13 20:40:43 | Re: Autoconf code |