Re: Problem configuring Postgres under Cygwin

Поиск
Список
Период
Сортировка
От Kjell-Olav Bjerknes
Тема Re: Problem configuring Postgres under Cygwin
Дата
Msg-id 01C283DC.6658E1E0.kob@norkart.no
обсуждение исходный текст
Ответ на Problem configuring Postgres under Cygwin  (Kjell-Olav Bjerknes <kob@norkart.no>)
Ответы Re: Problem configuring Postgres under Cygwin  (Jason Tishler <jason@tishler.net>)
Список pgsql-cygwin
Hi..

This worked great.

I tried first the symlink: ln -s /usr/local/lib/libcygipc.a /usr/lib
it startet to configure, but failed ..

Then when I tried the: LDFLAGS=-L/usr/local/lib configure --enable-multibyte..............
The configuring suceeded..

thanks,

Kjell-Olav




-----Opprinnelig melding-----
Fra:    Jason Tishler [SMTP:jason@tishler.net]
Sendt:    1. november 2002 18:09
Til:    kob@norkart.no
Kopi:    pgsql-cygwin@postgresql.org
Emne:    Re: [CYGWIN] Problem configuring Postgres under Cygwin

Kjell-Olav,

On Thu, Oct 31, 2002 at 12:50:55PM -0500, Jason Tishler wrote:
> On Thu, Oct 31, 2002 at 06:10:12PM +0100, kob@norkart.no wrote:
> > Thanks for helping:
>
> No problem -- actually, you are helping me.

Would you be willing to try another workaround?

> > gcc -v -o conftest conftest.c -lcygipc output:
> >
> > Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/specs
> > [snip]
> > /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: cannot find -lcygipc
> > collect2: ld returned 1 exit status
>
> The above implies that Cygwin gcc 3.x is not automatically searching
> for libraries in /usr/local/lib.  BTW, I just tried under Linux gcc
> 3.x and it does not search /usr/local/lib either.
>
> You can try the following workaround:
>
>     $ ln -s /usr/local/lib/libcygipc.a /usr/lib

If so then, then delete the above symlink and then configure as follows:

    $ LDFLAGS=-L/usr/local/lib configure --enable-multibyte ...
      ^^^^^^^^^^^^^^^^^^^^^^^^

By reading configure, it seems that defining LDFLAGS as above should
enable PostgreSQL 7.2.3 to configure successfully under gcc 3.x.  Does
it?

> while I try to figure out the best long-term solution.

Actually, I checked PostgreSQL CVS and I think that PostgreSQL 7.3 and
later will no longer have this problem.

Thanks,
Jason


В списке pgsql-cygwin по дате отправления:

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: Problem configuring Postgres under Cygwin
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: Problem configuring Postgres under Cygwin