[Bug bootstrap/39470] [melt] - lrand48_r() and srand48_r() are GNU extensions and are not portable

2009-03-29 Thread rob1weld at aol dot com
--- Comment #8 from rob1weld at aol dot com 2009-03-30 03:37 --- (In reply to comment #7) fopencookie is removed in rev145010 of MELT branch. I'm using a temporary kludge , calling an unstable function inside PPL. So You'll need a recent PPL snapshot (obtained thru GIT).

[Bug bootstrap/39470] [melt] - lrand48_r() and srand48_r() are GNU extensions and are not portable

2009-03-23 Thread basile at starynkevitch dot net
--- Comment #7 from basile at starynkevitch dot net 2009-03-23 18:16 --- fopencookie is removed in rev145010 of MELT branch. I'm using a temporary kludge , calling an unstable function inside PPL. So You'll need a recent PPL snapshot (obtained thru GIT).

[Bug bootstrap/39470] [melt] - lrand48_r() and srand48_r() are GNU extensions and are not portable

2009-03-22 Thread rob1weld at aol dot com
--- Comment #4 from rob1weld at aol dot com 2009-03-22 09:57 --- I am aware that the _r issues have been addressed and will test the 'soon to arrive' fopencookie() code next week on i386-pc-solaris2.11 to ensure that non-Linux Platforms have a chance to vompile 'melt'. Rob --

[Bug bootstrap/39470] [melt] - lrand48_r() and srand48_r() are GNU extensions and are not portable

2009-03-22 Thread basile at starynkevitch dot net
--- Comment #5 from basile at starynkevitch dot net 2009-03-22 12:34 --- With using the very latest PPL snapshot (from GIT), or PPL 0.10.1 or 0.11 I would be able to remove the fopencookie in a couple of days. But of course, you'll need to download a very new PPL and build it! --

[Bug bootstrap/39470] [melt] - lrand48_r() and srand48_r() are GNU extensions and are not portable

2009-03-22 Thread basile at starynkevitch dot net
--- Comment #6 from basile at starynkevitch dot net 2009-03-22 12:38 --- Subject: Re: [melt] - lrand48_r() and srand48_r() are GNU extensions and are not portable rob1weld at aol dot com wrote: --- Comment #4 from rob1weld at aol dot com 2009-03-22 09:57 --- I am aware

[Bug bootstrap/39470] [melt] - lrand48_r() and srand48_r() are GNU extensions and are not portable

2009-03-17 Thread basile at starynkevitch dot net
--- Comment #3 from basile at starynkevitch dot net 2009-03-17 08:18 --- I replaced lrand48_r by lrand48... Regarding fopencookie, it could be fixed 1. by using next PPL (0.11) version or 2. by linking some specific PPL file (ppl/interfaces/C/tests/print_to_buffer.cc) Regards --

[Bug bootstrap/39470] [melt] - lrand48_r() and srand48_r() are GNU extensions and are not portable

2009-03-16 Thread rob1weld at aol dot com
--- Comment #2 from rob1weld at aol dot com 2009-03-16 22:08 --- My next difficulty (on OpenSolaris) is the lack of a fopencookie() function (and the related support in FILE). I'm now building melt on i686-pc-linux-gnu and running into a few other errors; thus melt does need some