[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
making 'bmake' on Linux
千葉市中央区長洲
藤原 誠
> とりあえず、NetBSDのmakeをLinux上でcompileして、そのmakeを使ってみてください。
> Makefile.bootとかいうのをほげれば、compileできるかもしれません。
root@harry 22:55:00/980807(...usr.bin/make2)# make -f Makefile.boot
util.c: In function `strftime':
util.c:467: dereferencing pointer to incomplete type
このような字が出るので、NetBSD: の time.h を持って来
て、それを見るようにしたのですが、今度は
util.c: In function `strftime':
util.c:439: argument `fmt' doesn't match prototype
time.h:104: prototype declaration
util.c:439: argument `tm' doesn't match prototype
time.h:104: prototype declaration
となってしまって、仲々進みません。(まあ、それなりにいい勉強
ではあるかも知れませんが)
NetBSD-sun3x に戻ることを考えた方がいいかな。
# 全然 powerpc ねたでなくなっている気がしますが。
---
(藤原)