Re: pgagent linker problem - Mailing list pgadmin-hackers

From Dave Page
Subject Re: pgagent linker problem
Date
Msg-id 4582A80B.7090102@postgresql.org
Whole thread Raw
In response to Re: pgagent linker problem  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
List pgadmin-hackers
Zdenek Kotala wrote:
> Dave Page wrote:
>> Zdenek Kotala wrote:
>>
>>> I tested it again and this problem occurred if I use sunstudio
>>> compiler.  Compilation with gcc works fine. I looks that gcc
>>> recursively go thru libraries to find symbol. You can test it with
>>> Linux version of SunStudio.
>>
>> Ok - is there a relatively easy way to test for the SunStudio compiler
>> in configure, or shall I just add the lib for all compilers?
>>
>
> There are more issues related to SunStudio (hardcoded gcc flags ...). I
> will discussed it with Dhanaraj and we will prepare patch to solve it.

OK, thanks - did you see my previous message about the correct fix to
include the core lib? Specifically, that you just add it to the
appropriate wx-config lines in acinclude.m4, eg:

pgagent_LDADD=`${WX_CONFIG} ${WX_STATIC} --libs base,core --unicode=yes
--debug=yes --version=${WX_VERSION} 2> /dev/null`

Regards, Dave.

pgadmin-hackers by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: pgagent linker problem
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r5793 - trunk/pgadmin3/pgadmin/frm