Re: PostgreSQL in a NT-Environment

Поиск
Список
Период
Сортировка
От s0lao@netscape.net (S. L.)
Тема Re: PostgreSQL in a NT-Environment
Дата
Msg-id 3FCECB00.0735D8EA.00013D13@netscape.net
обсуждение исходный текст
Список pgsql-cygwin
"Russell Black" <rblack@iarchives.com> wrote:

>> Except the PgAdmin already mentioned, there also remains the pgaccess, a
>MSAccess like frontend to the database, written in Tk/Tcl, which is part of
>the main distribution.
>>
>> SLao
>
>By "main distribution" do you mean the standard cygwin install?  I just ran

No, I mean the standard source distribution.
Actually there still is a problem with cygwin tcl/tk, which _don't_ compile for cygwin target without heavy tweaking.
Sothe tcl/tk distribution for cygwin is in fact a mingwin distribution. Thus, usual applications that would compile
witha tcl or tk dll, can't correctly detect it's presence on a cygwin platform, so autoconf doesn't do its job OTF. But
inthis case there is a remedy. 
After specifying --with-tcl and --with-tclconfig=/lib to configure, the dllwrap line that fails for interfaces/libpgtcl
mustbe manually run with " -ltcl80 -L/lib" options added, and the pgtcl.dll shows up. There are also 2 errors about
Tcl_CreateFileHandlerand Tcl_DeleteFileHandler functions, in pgtclId.c, which I usually comment out.  

>the cygwin setup.exe last week, but I don't appear to have a pgaccess
>executable: see below
>
>/cygdrive/c/cygwin>pgaccess
>bash: pgaccess: command not found
>
>/cygdrive/c/cygwin>find . -name '*pgaccess*'
>./usr/man/man1/pgaccess.1
>./usr/man/cat1/pgaccess.1.gz
>./usr/doc/postgresql-7.1.3/html/app-pgaccess.html
>Russell
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
>http://www.postgresql.org/users-lounge/docs/faq.html
>


__________________________________________________________________
Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with
Shop@Netscape!http://shopnow.netscape.com/ 

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/


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

Предыдущее
От: Rouyre Frédéric
Дата:
Сообщение: pgadmin
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: PostgreSQL in a NT-Environment