In message <[EMAIL PROTECTED]>, Matt Ettus writes: >> >> http://phk.freebsd.dk/misc/Allan.tgz >> >> will do allan, modified allan and FFT. > >Thanks! > >I tried to compile on Linux, got this: > >[EMAIL PROTECTED] Allan]$ make >Makefile:9: *** missing separator. Stop.
Yes, sorry, the thing is written on FreeBSD for my private use so portability was not a major issue. >[EMAIL PROTECTED] Allan]$ make >cc -g -Wall -static allan.c -o allan >allan.c:19:27: floatingpoint.h: No such file or directory >allan.c: In function `main': >allan.c:722: warning: implicit declaration of function `fpsetmask' >allan.c:722: error: `FP_X_UFL' undeclared (first use in this function) >allan.c:722: error: (Each undeclared identifier is reported only once >allan.c:722: error: for each function it appears in.) >make: *** [allan] Error 1 > > >Looks like I'm missing floatingpoint.h. A BSD thing? Try substituing <ieeefp.h> instead. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ time-nuts mailing list [email protected] https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
