Re: world broken yet again

2001-05-17 Thread Sheldon Hearn
On 16 May 2001 20:47:05 EST, Michael Harnois wrote: cc -O2 -fno-strength-reduce -pipe -march=pentiumpro -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION -DSRA -I/usr/src/secure/lib/libtelnet/../../../crypto/telnet -I/usr/obj/usr/src/i386/usr/include -c

Re: world broken yet again

2001-05-17 Thread Michael Harnois
On Thu, 17 May 2001 11:17:10 +0200, Sheldon Hearn [EMAIL PROTECTED] said: You're not supposed to report errors with world and kernel if you're using non-standard optimizations. Are you telling me this error had something to do with optimizations? -- Michael D. Harnois

Re: world broken yet again

2001-05-17 Thread Will Andrews
On Thu, May 17, 2001 at 06:36:01AM -0500, Michael Harnois wrote: Are you telling me this error had something to do with optimizations? No. But they can affect compiles in bizarre ways (believe me, in the four years that I've compiled world, I've seen several). If you compile with

Re: world broken yet again

2001-05-17 Thread Michael Harnois
On Thu, 17 May 2001 07:11:16 -0500, Will Andrews [EMAIL PROTECTED] said: On Thu, May 17, 2001 at 06:36:01AM -0500, Michael Harnois wrote: Are you telling me this error had something to do with optimizations? No. My point is that I knew that. However, in this case,

world broken yet again

2001-05-16 Thread Michael Harnois
cc -O2 -fno-strength-reduce -pipe -march=pentiumpro -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION -DSRA -I/usr/src/secure/lib/libtelnet/../../../crypto/telnet -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c -o pk.o

Re: world broken yet again

2001-05-16 Thread nnd
In article [EMAIL PROTECTED] Michael Harnois [EMAIL PROTECTED] wrote: /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c: In function `getseed': /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c:146: `i' undeclared (first use in this function)