- 主题:local_utl 下 wrapper script 是怎么产生的 ?
我发现 local_utl 下 的程序, 大部分都有一个相伴的wrapper script,
如:autoclear.c 相伴的 wrapper script: autoclear,
我自己写了一个程序,怎么能产生一个相伴的 wrapper script ?
Thanks.
--
FROM 66.127.37.*
相应程序加入 Makefile.am
那个 wrapper 基本上就是找库用的,make install 之后就不用 wrapper 了
【 在 cisgle2 (cisgle2) 的大作中提到: 】
: 我发现 local_utl 下 的程序, 大部分都有一个相伴的wrapper script,
: 如:autoclear.c 相伴的 wrapper script: autoclear,
: 我自己写了一个程序,怎么能产生一个相伴的 wrapper script ?
: ...................
--
FROM 128.12.181.30
相应程序加入 Makefile.am,
not work, this only generate Makefile.in and Makefile, but not wrapper script.
More hint, please.
【 在 atppp (Big Mouse) 的大作中提到: 】
: 相应程序加入 Makefile.am
: 那个 wrapper 基本上就是找库用的,make install 之后就不用 wrapper 了
--
FROM 66.127.37.*
你怎么产生新的Makefile的?
新一点的libtool的话改过Makefile.am只要执行make就会自动产生新的Makefile并且
编译你新加入的程序
【 在 cisgle2 (cisgle2) 的大作中提到: 】
: 相应程序加入 Makefile.am,
: not work, this only generate Makefile.in and Makefile, but not wrapper script.
: More hint, please.
: ...................
--
FROM 128.12.181.30
召唤贴,呵呵
【 在 cisgle2 (cisgle2) 的大作中提到: 】
: 相应程序加入 Makefile.am,
: not work, this only generate Makefile.in and Makefile, but not wrapper script.
: More hint, please.
: ...................
--
FROM 218.28.92.*