Bugs item #1807289, was opened at 2007-10-04 04:10
Message generated for change (Comment added) made by subrata_modak
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=103382&aid=1807289&group_id=3382

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tools
Group: Other
>Status: Closed
>Resolution: Rejected
Priority: 5
Private: No
Submitted By: Philip Olson (aint)
Assigned to: Nobody/Anonymous (nobody)
Summary: install.sh (install -D) does not work on mac

Initial Comment:

$ tar xfvz lcov-1.6.tar.gz
$ cd lcov-1.6
$ sudo make install

bin/install.sh bin/lcov /usr/bin/lcov
install: illegal option -- D
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 file2
       install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 ... fileN directory
       install -d [-v] [-g group] [-m mode] [-o owner] directory ...
bin/install.sh bin/genhtml /usr/bin/genhtml
install: illegal option -- D
...

$ cp bin/install.sh bin/install.sh.orig && vim bin/install.sh
$ diff -u bin/install.sh.orig bin/install.sh

--- bin/install.sh.orig 2007-10-03 20:54:25.000000000 -0700
+++ bin/install.sh      2007-10-03 20:54:38.000000000 -0700
@@ -31,7 +31,7 @@
   local SOURCE=$1
   local TARGET=$2
 
-  install -D $SOURCE $TARGET
+  install $SOURCE $TARGET
 }

$ sudo make install
bin/install.sh bin/lcov /usr/bin/lcov
...
bin/install.sh lcovrc /etc/lcovrc


Regards,
Philip

----------------------------------------------------------------------

>Comment By: Subrata (subrata_modak)
Date: 2008-03-27 07:13

Message:
Logged In: YES 
user_id=1737361
Originator: NO

No issues with Linux

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=103382&aid=1807289&group_id=3382

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to