Обсуждение: Compile on SuSE 9.0

Поиск
Список
Период
Сортировка

Compile on SuSE 9.0

От
"Mark A. Taff"
Дата:
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.

Any ideas?  Thanks.

Regards,

Mark


Re: Compile on SuSE 9.0

От
Andreas Pflug
Дата:
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




Re: Compile on SuSE 9.0

От
Jean-Michel POURE
Дата:
Le Vendredi 19 Décembre 2003 09:32, Mark A. Taff a écrit :
> 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.

Did you install the patched wxWindows 2.5 version, like explained on the
download page?

Cheers, Jean-Michel