help-octave
[Top][All Lists]
Advanced

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

Re: Installation of miscellaneous-1.0.11 package


From: Sergei Steshenko
Subject: Re: Installation of miscellaneous-1.0.11 package
Date: Thu, 7 Apr 2011 02:18:58 -0700 (PDT)


--- On Wed, 4/6/11, Yoshi Yamada <address@hidden> wrote:

> From: Yoshi Yamada <address@hidden>
> Subject: Re: Installation of miscellaneous-1.0.11 package
> To: address@hidden
> Date: Wednesday, April 6, 2011, 9:39 PM
> Thank you very much for your reply
> again. 
> I tried to install the package by typing 
> 'pkg install miscellaneous-1.0.11' 
> in the x-term command line and could not find any files
> named 'config.log'. 
> Am I searching it in a wrong way?
> Or should I try another way of installation? 
> 
> Best, 
> Yoshi
> 
> 
> --
> View this message in context: 
> http://octave.1599824.n4.nabble.com/Installation-of-miscellaneous-1-0-11-package-tp3430036p3432467.html
> Sent from the Octave - General mailing list archive at
> Nabble.com.
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
> 

In may case:

build/octave-forge-bundle-20080831/main/miscellaneous-1.0.7/src/config.log
.

I.e. under 'build' I had octave-forge-bundle-20080831.tar.gz which
of course, was unpacked.

Probably use 'find' command command - something like

find . -name config.log

- where '.' is current directory from which you invoke 'octave'.

The above is for Linux; I hope under MacOS 'find' basically works the same.

Regards,
 Sergei.


reply via email to

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