Mac OS X: unable to install

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Mac OS X: unable to install

Spokane-Dude
I am running Snow Leopard, following directions found here.  When using "make && sudo make install"  I get an error message stating "no targets specified and no makefile found".  

What am I doing wrong?

Reply | Threaded
Open this post in threaded view
|

Re: Mac OS X: unable to install

Nathan Abbott
Did you run this previous command first?


./configure --enable-static --with-boost-include=/opt/local/include/ \
            --with-boost-lib=/opt/local/lib/ --prefix=/opt/local/


On Fri, Jul 8, 2011 at 3:24 PM, Spokane-Dude <[hidden email]> wrote:

I am running Snow Leopard, following directions found
http://quantlib.org/install/macosx.shtml here .  When using "make && sudo
make install"  I get an error message stating "no targets specified and no
makefile found".

What am I doing wrong?


--
View this message in context: http://old.nabble.com/Mac-OS-X%3A-unable-to-install-tp32025041p32025041.html
Sent from the quantlib-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Mac OS X: unable to install

Spokane-Dude
In reply to this post by Spokane-Dude
Yes...

Spokane-Dude wrote
I am running Snow Leopard, following directions found here.  When using "make && sudo make install"  I get an error message stating "no targets specified and no makefile found".  

What am I doing wrong?
Reply | Threaded
Open this post in threaded view
|

Re: Mac OS X: unable to install

Luigi Ballabio
In reply to this post by Spokane-Dude

On Jul 9, 2011, at 12:24 AM, Spokane-Dude wrote:

>
> I am running Snow Leopard, following directions found
> http://quantlib.org/install/macosx.shtml here .  When using "make &&  
> sudo
> make install"  I get an error message stating "no targets specified  
> and no
> makefile found".
>
> What am I doing wrong?


A few questions:
- are you compiling from a release or from a Subversion checkout?
- are you in the main QuantLib directory, i.e., the same where you ran  
configure?
- Did configure create a file named Makefile in that directory?
- Did configure report any errors? (You can look at the config.log file)

Luigi


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Mac OS X: unable to install

Spokane-Dude
I didn't see the install for boost... RATS!