[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] ltmain.in: don't suppress output for PIC compilations
From: |
Nick Bowler |
Subject: |
Re: [PATCH] ltmain.in: don't suppress output for PIC compilations |
Date: |
Thu, 15 Aug 2024 13:45:55 -0400 |
User-agent: |
Mozilla Thunderbird |
On 2024-08-15 13:37, Sam James wrote:
> More annoying to have an error suppressed that is not obvious to debug,
> especially if one isn't aware of this behaviour.
By default (unless you pass --silent), libtool prints the compiler commands
it is executing, which includes the output redirection to /dev/null on the
second command.
So if the second invocation crashes, you can just copy+paste the last command
line libtool printed without the redirection to /dev/null to see the output,
and now you are aware of this behaviour, right?
Cheers,
Nick
- [PATCH] ltmain.in: don't suppress output for PIC compilations, Sam James, 2024/08/14
- Re: [PATCH] ltmain.in: don't suppress output for PIC compilations, Sam James, 2024/08/15
- Re: [PATCH] ltmain.in: don't suppress output for PIC compilations, Ileana Dumitrescu, 2024/08/15
- Re: [PATCH] ltmain.in: don't suppress output for PIC compilations, Sam James, 2024/08/15
- Re: [PATCH] ltmain.in: don't suppress output for PIC compilations, Nick Bowler, 2024/08/15
- Re: [PATCH] ltmain.in: don't suppress output for PIC compilations, Sam James, 2024/08/15
- Re: [PATCH] ltmain.in: don't suppress output for PIC compilations,
Nick Bowler <=
- Re: [PATCH] ltmain.in: don't suppress output for PIC compilations, Sam James, 2024/08/15
- Re: [PATCH] ltmain.in: don't suppress output for PIC compilations, Nick Bowler, 2024/08/15
- Re: [PATCH] ltmain.in: don't suppress output for PIC compilations, Ileana Dumitrescu, 2024/08/15
- Re: [PATCH] ltmain.in: don't suppress output for PIC compilations, Nick Bowler, 2024/08/15
- Re: [PATCH] ltmain.in: don't suppress output for PIC compilations, Roumen Petrov, 2024/08/17
- Re: [PATCH] ltmain.in: don't suppress output for PIC compilations, Sam James, 2024/08/17
- Re: [PATCH] ltmain.in: don't suppress output for PIC compilations, Ileana Dumitrescu, 2024/08/19
- Re: [PATCH] ltmain.in: don't suppress output for PIC compilations, Sam James, 2024/08/27