tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] shared libraries and run-time path issues


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] shared libraries and run-time path issues
Date: Fri, 22 May 2015 07:52:38 +0300

> I wonder whether something can be improved on the tcc side
> The problem is that the MPFR library used at run time is not
> ../src/.libs/libmpfr.so but the one installed on the system.

What the difference between gcc and tcc in this case? Why exe produced
by gcc use ./src/.libs/libmpfr.so and exe produced by tcc use one
installed on the system?

Can you write some small test (library, main program, shell commands)?
If not, I will try to reproduce this some time later.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]