ok - will look into posting this as a bug.
just of note compiling under GCC I receive no such warnings.
--
All the data continuously generated in your IT infrastructure contains
Hi,
I am compiling bacula under solaris 10 and hoping to add readline support with
the following.
#!/bin/sh
CC="/usr/sfw/bin/gcc"
CXX=/usr/sfw/bin/g++
MAKE=/usr/sfw/bin/gmake
CFLAGS="-I/opt/pbd/openssl/include/openssl -I/opt/pbd/mysql/include
-I/opt/pbd/readline/include/readline"
LDFLAGS="-L/o
] ld: warning: symbol `plugin_list' has differing
sizes:
> Date: Sun, 4 Sep 2011 22:52:40 +1000
> From: g...@mcleod-schmidt.id.au
> To: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] ld: warning: symbol `plugin_list' has differing
> sizes:
>
> Date: Sun, 4 Sep 2011 22:52:40 +1000
> From: g...@mcleod-schmidt.id.au
> To: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] ld: warning: symbol `plugin_list' has differing
> sizes:
>
> On 4/09/2011 9:31 PM, Ren Sato wrote:
> [SNIP]
Hi Gary,
export PATH CC CFLAGS CXX CXXFLAGS LDFLAGS LIBS
./configure --prefix=/opt/local/bacula \
--with-mysql=/opt/local/mysql \
--with-openssl=/opt/local
Further, would anyone car