Hi,
I'm trying to extract QuantLib-1.10.tar, and I receive an error. I can't find an answer to what is going wrong. For background, I installed MacPorts and installed boost. I input: tar xzvf QuantLib-1.10.tar.gz output error: tar: Error opening archive: Failed to open 'QuantLib-1.10.tar.gz' Any help would be much appreciated. |
Are you sure the download was successful? The tar.gz file should be 8.5 MB. May you try downloading it again? Luigi On Tue, May 23, 2017, 18:36 Jeff C <[hidden email]> wrote: Hi, ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
In reply to this post by Jeff C
On Tue, 23 May 2017, Jeff C wrote:
> Hi, > > I'm trying to extract QuantLib-1.10.tar, and I receive an error. I can't > find an answer to what is going wrong. For background, I installed MacPorts > and installed boost. I input: > > tar xzvf QuantLib-1.10.tar.gz > > output error: > tar: Error opening archive: Failed to open 'QuantLib-1.10.tar.gz' obvious questions are: from wht URL was it retrieved -- if SF, they occasionally return an intermediate HTML content page. Check thus: file QuantLib-1.10.tar.gz -- Russ herrold ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
In reply to this post by Luigi Ballabio
I downloaded and tried again, but it didn't work. The size is 8.9 MB. I checked that MacPorts and Boost is installed correctly. Could the problem be that the path for boost is wrong?
|
Boost has nothing to do with that step. Are you launching the command from the folder where you downloaded the file? On Tue, May 23, 2017, 19:27 Jeff C <[hidden email]> wrote: I downloaded and tried again, but it didn't work. The size is 8.9 MB. I ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
In reply to this post by Jeff C
Russ,
I typed what you suggested into the terminal, and I got this: QuantLib-1.10.tar.gz: cannot open `QuantLib-1.10.tar.gz' (No such file or directory) I can't figure out why. |
What do you get if you type "ls" in the terminal? On Tue, May 23, 2017, 19:34 Jeff C <[hidden email]> wrote: Russ, ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
I get -bash: Is: command not found.
I am pretty new at this, so thank you for the help! |
I figured it out. You were right Luigi. I was extracting from the incorrect place in my command line. Thank you for the help!
|
In reply to this post by Jeff C
That would be "ls" with a lowercase L, not an I. On Tue, May 23, 2017, 19:55 Jeff C <[hidden email]> wrote: I get -bash: Is: command not found. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |