Finally! IT WORKS!

:-)



On Sun, 19 Mar 2000, ANAZAWA Akio wrote:

> Hi,
> 
> >>>>> In <[EMAIL PROTECTED]> 
> >>>>> at Thu, 16 Mar 2000 14:41:53 +1000 (EST),
> >>>>> Idea Receiver <[EMAIL PROTECTED]> wrote:
> 
> 
> IR> "make all" success without any problem.
> IR> however, make install fail ;(
> 
> IR> following are the error msg.
> 
> IR> anyway I can fix this problem?
> 
> IR> thx~
> 
> This morning, I've encountered same problem. 
> (FreeBSD 5.0-CURRENT + XFree86 4.0)
> 
> Probability, you can get around the problem with this patch.
> (Note that you are required "make World" again)
> 
> bash$ diff -U2 FreeBSD.cf.orig FreeBSD.cf
> --- FreeBSD.cf.orig   Fri Feb 18 02:19:43 2000
> +++ FreeBSD.cf        Sun Mar 19 00:27:11 2000
> @@ -464,6 +464,7 @@
>   * A hack to work around an optimisation problem with the compiler on
>   * FreeBSD 4.0-current in late 1999/early 2000.
> + * (and FreeBSD 5.0-current in early 2000)
>   */
> -#if OSMajorVersion == 4 && OSMinorVersion == 0 && OSTeenyVersion == 0
> +#if (OSMajorVersion == 4 || OSMajorVersion == 5) && OSMinorVersion == 0 && 
>OSTeenyVersion == 0
>  #define FreeBSDGccOptBug
>  #endif
> 
> 
> Regards,
> Akio Anazawa
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to