Re: pgagent linker problem

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: pgagent linker problem
Дата
Msg-id 4582A80B.7090102@postgresql.org
обсуждение исходный текст
Ответ на Re: pgagent linker problem  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Список 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 по дате отправления:

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: Re: pgagent linker problem
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r5793 - trunk/pgadmin3/pgadmin/frm