Date: Wed, 7 Jul 2004 00:07:29 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [Ux2bs_Archive] No. 341 ************************************************** Tuesday 06 July 2004 Number 341 ************************************************** Subjects for today 1 Re: Perl 5.8.4 : Lyn St George" 2 Re: autoconf : Andreas Buening 3 Re: autoconf : Ken Ames **= Email 1 ==========================** Date: Mon, 05 Jul 2004 15:22:28 +0100 (BST) From: "Lyn St George" Subject: Re: Perl 5.8.4 On Mon, 5 Jul 2004 09:49:25 +0100, John Poltorak wrote: > >Can anyone confirm that UX2BS will build Perl 5.8.4 just by changing the >build.table entry for perl to:- ? > >perl;;http://www.cpan.org/src/perl-5.8.4.tar.gz;;;. Yep. >I haven't had chance to confirm it myself yet, but it looks like the >previous version on CPAN has now been superceded so building perl no >longer works. > > >-- >John - Lyn _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 2 ==========================** Date: Mon, 05 Jul 2004 21:31:58 +0200 From: Andreas Buening Subject: Re: autoconf Ken Ames wrote: > OBJS= > if [ "$a8_host" == "win" ]; then > A8_NEED_LIB(gdi32) > A8_NEED_LIB(winmm) > OBJS="win32/atari.ro" If you've recreated configure, it's possible that A8_NEED_LIB wasn't expanded. Grep in configure for A8_NEED_LIB, it shouldn't be there. Bye, Andreas _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 3 ==========================** Date: Mon, 05 Jul 2004 18:46:17 -0400 From: Ken Ames Subject: Re: autoconf hi everyone, thanks for the help and suggestion, I finally got it all sorted out. Ken > hi > I have a question about autoconf. I have a configure script that is > generated by autoconf but when I run it I get an error > > ./configure[4285]: syntax error: `gdi32' unexpected > > which is referring to this in the configure file > > OBJS= > if [ "$a8_host" == "win" ]; then > A8_NEED_LIB(gdi32) > A8_NEED_LIB(winmm) > OBJS="win32/atari.ro" > > can somebody point me to some fix advice or a shell/autoconf guru? > > thanks > Ken > > _______________________________________________ > UX2BS mailing list > UX2BS at os2ports.com > http://os2ports.com/mailman/listinfo/ux2bs > _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs