[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: don't make pkgsrc



こっちに流して良かったのでしょうか? 鈴木です。

At 1:04 PM +0900 02.12.26, Masao Uebayashi wrote:
>「include/private/gcconfig.h の 421 行目、`--' 以前で、パースエラー」
>
>ということです。この gcconfig.h を見せて頂ければなにか分かるかもしれま

     402 # if defined(__GNU__)
     403 #   if defined(__i386__)
     404 /* The Debian Hurd running on generic PC */
     405 #     define  HURD
     406 #     define  I386
     407 #     define  mach_type_known
     408 #    endif
     409 # endif
     410
     411 /* Feel free to add more clauses here */
     412
     413 /* Or manually define the machine type here.  A machine type is 
*/
     414 /* characterized by the architecture.  Some 
*/
     415 /* machine types are further subdivided by OS. 
*/
     416 /* the macros ULTRIX, RISCOS, and BSD to distinguish. 
*/
     417 /* Note that SGI IRIX is treated identically to RISCOS. 
*/
     418 /* SYSV on an M68K actually means A/UX. 
*/
     419 /* The distinction in these cases is usually the stack starting 
address */
     420 # ifndef mach_type_known
     421         --> unknown machine type
     422 # endif

の様になってます。
TAMA Yasufumi_Suzuki