Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.lang.basic.misc > #440
| From | Antonio Maschio <ing.antonio.maschio@gmail.com> |
|---|---|
| Newsgroups | comp.lang.basic.misc |
| Subject | Re: [ANN] tbas, the new BASIC interpreter for UNIX, is out |
| Date | 2017-10-17 16:39 +0200 |
| Organization | Netfront http://www.netfront.net/ |
| Message-ID | <os54n3$jjg$1@adenine.netfront.net> (permalink) |
| References | <MSGID_1=3a116=2f18_c8dd66e1@fidonet.org> |
On 13/10/17 17:50, Robert Wolfe wrote: > It's a good day to die, Bruce, isn't it? > > þ Quoting message from Bruce Axtens to All > þ [14:51 at 09-Oct-17] > >> From: Bruce Axtens <snetxa@hotmail.com> > >> Hello Antonio and Ian > >> I am using the bash shell that can be installed into Windows 10. >> Building is currently impossible, as below. > >> --- Internet Rex 2.31 >> * Origin: A noiseless patient Spider (1:116/18.1) > > Have you been able to build this under CygWin? > > Best regards, Robert. > > Hi Robert, I report here what Ian did suggest to Bruce ************** It looks like the linker did not pick up the math library. You could try changing: > gcc -Wall -lm tbas.c -o tbas to gcc -Wall tbas.c -o tbas -lm As described here: https://stackoverflow.com/questions/11336477/gcc-will-not-properly-include-math-h *************** I hope this helps. Ciao! -- Antonio
Back to comp.lang.basic.misc | Previous | Next — Previous in thread | Find similar
Re: [ANN] tbas, the new BASIC interpreter for UNIX, is out "Robert Wolfe" <Robert.Wolfe@os2bbs.org> - Friday, 13 Oct 2017 17:50:00 -600 Re: [ANN] tbas, the new BASIC interpreter for UNIX, is out Antonio Maschio <ing.antonio.maschio@gmail.com> - 2017-10-17 16:39 +0200
csiph-web