Re: Link tests when cross compiling

2013-04-12 Thread Mike Frysinger
On Friday 12 April 2013 18:02:36 NightStrike wrote: > This is for a pthread replacement library that should be compilable > before we have a working compiler. I did not make the initial build > system for this, so I have to see what problem this macro is trying to > solve. > > Conceivably, though

Re: Link tests when cross compiling

2013-04-12 Thread NightStrike
On Fri, Apr 12, 2013 at 11:15 AM, Eric Blake wrote: > On 04/12/2013 02:47 PM, NightStrike wrote: > What gave you the impression that link tests are not allowed when cross > compiling? We use link tests all the time. It is run tests that > require a fallback when cross-compiling, not

Re: Link tests when cross compiling

2013-04-12 Thread Eric Blake
On 04/12/2013 02:47 PM, NightStrike wrote: What gave you the impression that link tests are not allowed when cross compiling? We use link tests all the time. It is run tests that require a fallback when cross-compiling, not link tests. >>> >>> checking for main in -lpthread... conf

Re: Link tests when cross compiling

2013-04-12 Thread NightStrike
On Fri, Apr 12, 2013 at 10:44 AM, Mike Frysinger wrote: > On Friday 12 April 2013 16:38:29 NightStrike wrote: >> On Fri, Apr 12, 2013 at 10:26 AM, Eric Blake wrote: >> > On 04/12/2013 02:20 PM, NightStrike wrote: >> >> Why are link tests not allowed when cross compiling? You don't have >> >> to r

Re: Link tests when cross compiling

2013-04-12 Thread Mike Frysinger
On Friday 12 April 2013 16:38:29 NightStrike wrote: > On Fri, Apr 12, 2013 at 10:26 AM, Eric Blake wrote: > > On 04/12/2013 02:20 PM, NightStrike wrote: > >> Why are link tests not allowed when cross compiling? You don't have > >> to run the exe to verify that linking worked. > > > > What gave yo

Re: Link tests when cross compiling

2013-04-12 Thread NightStrike
On Fri, Apr 12, 2013 at 10:26 AM, Eric Blake wrote: > On 04/12/2013 02:20 PM, NightStrike wrote: >> Why are link tests not allowed when cross compiling? You don't have >> to run the exe to verify that linking worked. > > What gave you the impression that link tests are not allowed when cross > co

Re: Link tests when cross compiling

2013-04-12 Thread Eric Blake
On 04/12/2013 02:20 PM, NightStrike wrote: > Why are link tests not allowed when cross compiling? You don't have > to run the exe to verify that linking worked. What gave you the impression that link tests are not allowed when cross compiling? We use link tests all the time. It is run tests tha

Link tests when cross compiling

2013-04-12 Thread NightStrike
Why are link tests not allowed when cross compiling? You don't have to run the exe to verify that linking worked. ___ Autoconf mailing list Autoconf@gnu.org https://lists.gnu.org/mailman/listinfo/autoconf