[GRASS5] 5beta11pre1 configure failure on mac osx pb

hello all:

i crossed my fingers and ./configure'd 5beta11pre1 on mac osx public beta; of course, there's still the -lm problem due to the lack of g77 or f77. i might try commenting out all the references to -lm this weekend and giving it another whirl.

here's the output (i think i've copied all the no's):

checking for gcc... no
..
checking whether ld -s works... no
..
checking for yywrap in -lfl... no
..
checking for f77... no
checking for g77... no
..
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
..
checking for termio.h... no
..
checking for values.h... no
..
checking for Cygwin environment... no
..
checking for ftime... no
..
checking whether setpgrp takes no argument... no
checking for initscr in -lncurses... no
checking for initscr in -lcurses... no
checking for gtty in -lcompat... no
checking for tgetent in -ltermlib... no
checking for xdrmem_create in -lsun... no
checking for xdrmem_create in -lnsl... no
checking for xdrmem_create in -lrpclib... no
checking for atan in -lc... no
checking for atan in -lm... no
configure: warning: *** Failed check for math library.
checking for dlsym in -ldl... no
checking for location of zlib includes... configure: error: *** Could not find zlib includes.
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Hi andy,

thanks for your quick response!

On Thu, Jan 25, 2001 at 09:50:45AM -0600, andy agena wrote:

hello all:

i crossed my fingers and ./configure'd 5beta11pre1 on mac osx public beta;
of course, there's still the -lm problem due to the lack of g77 or f77. i
might try commenting out all the references to -lm this weekend and giving
it another whirl.

Is there any chance to compile the mathlib extra with c-compiler?

here's the output (i think i've copied all the no's):

checking for gcc... no

What is the name of your compiler? Then we could add it.

..
checking whether ld -s works... no
..
checking for yywrap in -lfl... no
..
checking for f77... no
checking for g77... no
..
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
..
checking for termio.h... no
..
checking for values.h... no
..
checking for Cygwin environment... no
..
checking for ftime... no
..
checking whether setpgrp takes no argument... no
checking for initscr in -lncurses... no
checking for initscr in -lcurses... no
checking for gtty in -lcompat... no
checking for tgetent in -ltermlib... no
checking for xdrmem_create in -lsun... no
checking for xdrmem_create in -lnsl... no
checking for xdrmem_create in -lrpclib... no
checking for atan in -lc... no
checking for atan in -lm... no
configure: warning: *** Failed check for math library.
checking for dlsym in -ldl... no
checking for location of zlib includes... configure: error: *** Could not find zlib includes.

The zlib is a requirement now due to the removed LZW.
See REQUIREMENTS file for URL.

Good luck for compiling,

Markus

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

andy agena wrote:

hello all:

i crossed my fingers and ./configure'd 5beta11pre1 on mac osx public beta; of course, there's still the -lm problem due to the lack of g77 or f77. i might try commenting out all the references to -lm this weekend and giving it another whirl.

How many GRASS modules (or lines of code) are in fortran?

Since I have a good knowledge of fortran, I may be able to convert them to C.

--
Robert Lagacé, professeur
Pavillon Comtois
Université Laval
Ste-Foy, Québec, G1K 7P4
tel : (418)-656-2131#2276
Fax : (418)-656-3723
E-mail : lagace@grr.ulaval.ca

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

On Thu, Jan 25, 2001 at 02:14:40PM -0500, Robert Lagacé wrote:

andy agena wrote:
>
> hello all:
>
> i crossed my fingers and ./configure'd 5beta11pre1 on mac osx public beta; of course, there's still the -lm problem due to the lack of g77 or f77. i might try commenting out all the references to -lm this weekend and giving it another whirl.

How many GRASS modules (or lines of code) are in fortran?

Since I have a good knowledge of fortran, I may be able to convert them to C.

Robert,

only one relevant module, I think: r.fill.dir. Roger S. Miller
<rgrmill@rt66.com> is currently working on porting it. Perhaps he could need
assistance (hi Roger). He's on the list here.

Maybe the m.regression stuff (who uses it?) in src.contrib also requires
fortran.

Thanks for the offer,

Markus

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'