> From [EMAIL PROTECTED] Wed Apr 4
>09:38:28 2001
> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
> list-help: <mailto:[EMAIL PROTECTED]>
> list-unsubscribe: <mailto:[EMAIL PROTECTED]>
> list-post: <mailto:[EMAIL PROTECTED]>
> Delivered-To: mailing list [EMAIL PROTECTED]
> Date: Wed, 04 Apr 2001 09:38:33 +0200
> From: Emiliano <[EMAIL PROTECTED]>
> X-Accept-Language: en
> MIME-Version: 1.0
> To: [EMAIL PROTECTED]
> Content-Transfer-Encoding: 7bit
> Subject: Re: [midgard-user] midgard-lib make problem on Solaris 7
>
> [EMAIL PROTECTED] wrote:
> >
> > Hi, (bonjour a tous)
> >
> > After using Midgard on Linux box, I am trying to install midgard 1.4.1-1 on
> > a UltraSparc 10/Solaris 7.
> > I have this problem during the make on midgard-lib
> > (not Gnu Make, /usr/ccs/bin/make) :
> ...
> > Must I use Gnu make ?
>
> Yes. I beleive all packages set up with automake require gnu make. Do
>
> MAKE=gmake gmake
>
> Emile
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
Thank a lot, Emile !
It's OK with gnu make
I succeed with configure and make with theses few changes :
1) configure midgard-lib
#diff configure.nok configure (used with success)
#
2505d2504
<
2510c2509,2510
< if test -f "$dir/lib/libexpat.a" -o -e "$dir/lib/libexpat.so" ; then
---
> # if test -f "$dir/lib/libexpat.a" -o -e "$dir/lib/libexpat.so" ; then
> if test -f "$dir/lib/libexpat.a" ; then
2605c2605
< LIBS="-l$i $ac_func_search_save_LIBS"
---
> LIBS="-l$i -lsocket -lnsl $ac_func_search_save_LIBS"
2) (root@mclaren) ~/appli/midgard/midgard-lib-1.4.1-1>
cat Makefile-repligard.diff
# diff Makefile.nok Makefile (used whith success)
104c104
< LIBS = -lexpat -lmysqlclient -lm -lz -L/usr/local/lib -lglib -lsocket -lnsl
---
> LIBS = -lexpat -lmysqlclient -lm -lz -L/usr/local/lib -lglib
3) (root@mclaren) ~/appli/midgard/midgard-lib-1.4.1-1>
cat Makefile-test.diff
# diff Makefile.nok Makefile (used whith success)
98c98
< LIBS = -lexpat -lmysqlclient -lm -lz -L/usr/local/lib -lglib -lsocket -lnsl
---
> LIBS = -lexpat -lmysqlclient -lm -lz -L/usr/local/lib -lglib
Patrick
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]