RE: Re: Compiling / TCL error

From: "Christian Marschalek" <cm(at)chello(dot)at>
To: "'J(dot)H(dot)M(dot) Dassen \(Ray\)'" <jdassen(at)cistron(dot)nl>
Cc: "[GENERAL] PostgreSQL" <pgsql-general(at)postgresql(dot)org>
Subject: RE: Re: Compiling / TCL error
Date: 2001-03-21 21:53:31
Message-ID: 000001c0b251$5e939800$0200a8c0@server
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Recompiled tk, tcl and postgresql and no it works...

Strange but true :o)

Anyway, thx for your response!

> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org
> [mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of
> J.H.M. Dassen (Ray)
> Sent: Wednesday, March 21, 2001 11:14 AM
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] Re: Compiling / TCL error
>
>
> Christian Marschalek <cm(at)chello(dot)at> wrote:
> >I get the followig error although TK is installed
>
> Did you install the development files (headers) for Tk? (The
> runtime files aren't enough to compile against it) Did
> "configure" find them and state that it could use Tk?
>
> >gcc -I../../include -I../../backend -O2 -Wall -Wmissing-prototypes
> [cut]
> >-o pgtksh pgtkAppInit.o \
> > -L../../interfaces/libpgtcl -lpgtcl -L../../interfaces/libpq -lpq
> >-L/usr/X 11R6/lib -L/usr/local/lib -ltk8.3 -L/usr/X11R6/lib
> -lX11 -ldl
> >-lieee -lm \
> > -L/usr/local/lib -ltcl8.3 -lX11 -lcrypt -lnsl -ldl -lm -lutil
> >-lreadline -lncurses -export-dynamic
>
> >pgtkAppInit.o(.text+0x11): undefined reference to `Tk_Main'
>
> No surprising, given that there is no '-ltk' or similiar, so
> probably "configure" didn't find Tk or couldn't use it. Rerun
> "configure" (with a "-v" just for good luck) and pay close
> attention to what it says about Tk.
>
> HTH,
> Ray
> --
> USDoJ/Judge Jackson: "Microsoft has performed an illegal
> operation and will be shut down."
> James Turinsky in alt.sysadmin.recovery
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to
> majordomo(at)postgresql(dot)org)
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2001-03-21 22:07:05 Re: Really Dumb Question...(Dumping db)
Previous Message Christian Marschalek 2001-03-21 21:45:29 $PGDATA problem