| www.delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to djgpp-workers-bounces using -f |
| X-Recipient: | djgpp-workers AT delorie DOT com |
| Message-ID: | <514EA1AB.4080605@iki.fi> |
| Date: | Sun, 24 Mar 2013 08:48:11 +0200 |
| From: | Andris Pavenis <andris DOT pavenis AT iki DOT fi> |
| User-Agent: | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 |
| MIME-Version: | 1.0 |
| To: | djgpp-workers AT delorie DOT com |
| Subject: | Re: ANNOUNCE: DJGPP port of GCC-4.8.0 (DJGPP v2.04 only) |
| References: | <201303231636 DOT r2NGaduP015198 AT delorie DOT com> |
| In-Reply-To: | <201303231636.r2NGaduP015198@delorie.com> |
| Reply-To: | djgpp-workers AT delorie DOT com |
On 03/23/2013 04:05 PM, Andris Pavenis wrote:
> This is announcement of DJGPP port of GCC-4.8.0
Did some additional tests:
1) built last CLN version (http://www.ginac.de/CLN/). All went OK "out of box":
sh ./configure --prefix=/dev/env/DJDIR
make
make check
all tests passed OK
2) tried to build last version GiNaC (http://www.ginac.de/). This time it did not
went so well.
a) had to install my own old package alpha/v2gnu/pkgc015b.zip, but that is not
a real problem
b) had to move libstdcxx.(a|la) from $DJDIR/lib/gcc/djgpp/4.8.0 to $DJDIR/lib
for libtool to find it. I do not know whether its GiNaC related problem
or something more general. Perhaps it would be better to avoid moving
libraries to $DJDIR/lib/gcc/djgpp/<gcc_ver>/ in future
c) after that the package built OK but I had problems with 2 of tests which
simply got stuck. Some debugging one of these tests shows that DJGPP v2.04
extremely slow free() could be "baiting". Linking these test executables
with libnmalloc.a fixed the problem.
If (a) and (b) are done then plain 'sh ./configure --prefix=/dev/env/DJDIR'
with following make should build GiNaC out of box
Andris
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |