Re: propolice detection in imake even work?

Ray <[email protected]> Fri, 15 Feb 2008 00:07:32 -0500
Newsgroups gmane.os.openbsd.x11
Message-ID <[email protected]>
At first glance, it should, since "2>&1" redirects stderr to stdout.

-Ray-


On Fri, Feb 15, 2008 at 12:00 AM, Jeremy C. Reed <[email protected]> wrote:
> Have a look at util/imake/imake.c
>
>  http://www.openbsd.org/cgi-bin/cvsweb/xenocara/util/imake/imake.c
>
>  at function get_stackprotector.
>
>  Does it even work?
>
>  gcc -v goes to stderr so it reads nothing?
>
>  I noticed this because I just removed (in upstream) the abort after
>  pclose() because of core dump when using pcc (as cc).
>
>   Jeremy C. Reed