[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gawk] [PATCH] Windows compilation error: #define concatenation
From: |
Jannick |
Subject: |
Re: [bug-gawk] [PATCH] Windows compilation error: #define concatenation in 'io.c' |
Date: |
Sat, 2 Jan 2016 23:36:18 +0100 |
-----Original Message-----
From: Eli Zaretskii [mailto:address@hidden
Sent: Saturday, January 2, 2016 9:34 PM
To: Jannick <address@hidden>
Cc: address@hidden; address@hidden
> gcc -I.. -shared -gdwarf-2 -g3 -static-libgcc -o testext.dll
testext.c
> In function `test_deferred': testext.c:401: undefined reference to
`getuid'
That's on the master branch, I presume?
[J] Correct.
Someone's added non-portable code there. Don't worry, it will be fixed
before it becomes the stable branch.
[J] Great - good to know.
Thanks,
J.