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

[plamo:29934] Re: open-vm-tools-2009.06.18-172495



> 
> こじま@必要なライブラリとかは見ていませんが,,です.
> 
> From: 早間義博 <yossi@xxxxxxxxxxxxxx>
> Subject: [plamo:29923] open-vm-tools-2009.06.18-172495
> Date: Wed, 15 Jul 2009 15:05:57 +0900 (JST)
> 
> > make を実行すると
> > # make
> > Making all in lib
> > make[1]: Entering directory `/usr/src/open-vm-tools-2009.06.18-172495/lib'
> > Making all in guestRpc
> > make[2]: Entering directory `/usr/src/open-vm-tools-2009.06.18-172495/lib/guestRpc'
> > if [ ../.. != ../.. ]; then                           \
> >            cp -f ../../lib/guestRpc/cpFileContents.x .; \
> >         fi
> > /usr/bin/rpcgen  -h -o cpFileContents.h ./cpFileContents.x
> > cannot find any C preprocessor (cpp)
> > /usr/bin/rpcgen: C preprocessor failed with exit code 1
> 
> ここは ln -sf /usr/bin/cpp /lib/cpp  で通りそう.
> 

通りました。
configure のコマンドが間違っていました。
  --program-prefix=/usr でなく  --prefix=/usr です。

./configure --prefix=/usr --docdir=/usr/share/doc/
 --mandir=/usr/share/man --infodir=/usr/share/info
 --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib
 --libdir=/etc  --disable-unity --without-dnet 

./configure CC=c94 とあるので

./configure CPP=/usr/bin/cpp

を試してみたのですが動きませんでした。

-- 早間


References
[plamo:29923] open-vm-tools-2009.06.18-172495, 早間義博
[plamo:29933] Re: open-vm-tools-2009.06.18-172495, KOJIMA Mitsuhiro

[検索ページ] [メール一覧]
Plamo ML 公開システム