bug-coreutils
[Top][All Lists]
Advanced

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

Core-utils 7.2; building only 'su'


From: Douglas Held
Subject: Core-utils 7.2; building only 'su'
Date: Sat, 11 Apr 2009 02:07:03 +0100

Hello,

I'd like to create a script that builds and installs only 'su' from
the latest binutils.

I'm working on Solaris x86 10.  When I specify
./configure --enable-install-program=su
--enable-no-install-program=base64,basename,cat,chcon,chgrp,chmod,chown,chroot,cksum,comm,cp,csplit,cut,date,dcgen,dd,dircolors,dirname,du,echo,env,expand,expr,factor,false,fmt,fold,fs,getlimits,group-list,groups,head,hostid,hostname,id,join,kill,lbracket,link,ln,logname,ls,md5sum,mkdir,mkfifo,mknod,mktemp,nice,mv,nl,nohup,od,operand2sig,paste,pathchk,pinky,pr,printenv,printf,ptx,pwd,readlink,remove,rm,rmdir,runcon,seq,setuidgid,shred,shuf,sleep,sort,split,stat,stty,sum,sync,system,tac,tail,tee,test,timeout,touch,tr,true,truncate,tsort,tty,uname,unexpand,uniq,unlink,uptime,users,wc,who,whoami,yes

...the 'make install' step reports an error as ./src/ginstall does not
exist.  So, I changed my configuration to:
./configure --program-prefix=fortify --prefix=/opt/fortify/tomcat
--enable-ginstall --enable-install-program=su
--enable-no-install-program=base64,basename,cat,chcon,chgrp,chmod,chown,chroot,cksum,comm,cp,csplit,cut,date,dcgen,dd,dircolors,dirname,du,echo,env,expand,expr,factor,false,fmt,fold,fs,getlimits,group-list,groups,head,hostid,hostname,id,join,kill,lbracket,link,ln,logname,ls,md5sum,mkdir,mkfifo,mknod,mktemp,nice,mv,nl,nohup,od,operand2sig,paste,pathchk,pinky,pr,printenv,printf,ptx,pwd,readlink,remove,rm,rmdir,runcon,seq,setuidgid,shred,shuf,sleep,sort,split,stat,stty,sum,sync,system,tac,tail,tee,test,timeout,touch,tr,true,truncate,tsort,tty,uname,unexpand,uniq,unlink,uptime,users,wc,who,whoami,yes

and it still doesn't work.  What is the special recipe I need in my
configure script to do this cleanly?

Thanks in advance for your help.
Doug




reply via email to

[Prev in Thread] Current Thread [Next in Thread]