Re: Compile on SuSE 9.0

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: "Mark A(dot) Taff" <marktaff(at)comcast(dot)net>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Compile on SuSE 9.0
Date: 2003-12-19 09:46:46
Message-ID: 3FE2C906.6080501@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Mark A. Taff wrote:

>Has anyone gotten pgAdmin3 to compile on SuSE 9.0 (the binaries don't work..)?
>
>I've gotten wxWindows to compile and install just fine. pgAdmin3 configures
>fine (well, at least no errors reported). It begins to compile fine, but
>then when it tries to compile the final binary I get thousands of "undefined
>reference" errors from what seems like every line of code in the app. Make
>then exits with an error.
>
>
>

Obviously, some libs are missing. Can you identify by the undefined
reference's names which? Or send a make log.
You could check in Makefile, if LDFLAGS and LIBS point to valid libraries.

Regards,
Andreas

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Jean-Michel POURE 2003-12-19 10:01:17 Re: Compile on SuSE 9.0
Previous Message Mark A. Taff 2003-12-19 08:32:40 Compile on SuSE 9.0