g77 problem with -lstdc++

Daniel B. Thurman dant at cdkkt.com
Sun Apr 27 23:36:57 UTC 2008


Paul Smith wrote:
|On Sun, Apr 27, 2008 at 11:22 PM, Paul Smith <phhs80 at gmail.com> wrote:
|>  Thanks, Daniel. Have you tried toyprob.c? The C interface is the
|>  problematic one as well as the R one.

Already responded.

|
|In fact, inside the console, going to algencan-2.0-beta and 
|running the command
|
|make algencan-c PROBNAME=toyprob
|
|produces a binary called algencan in algencan-2.0-beta/bin/c.
|
|I would be very grateful to someone that could help me with using
|Algencan with the R interface.

Ok, looking closer at the top-level Makefile, there is in
it the HOME variable.  I noticed that if my HOME variable
is NOT the same location as where I am compiling the
algencan-2.0-beta directory, then the build will fail.
Poor makefile design, imo.

For example if your home build is at:
/home/you/algencan-2.0-beta

Then you do:
make algencan-c HOME="/home/you" PROBNAME="toyprob"

OR

cd /home/you
cd algencan-2.0-beta
make algencan-c PROBNAME="toyprob"

And it should work.

No virus found in this outgoing message.
Checked by AVG. 
Version: 7.5.524 / Virus Database: 269.23.5/1399 - Release Date: 4/26/2008 2:17 PM
 




More information about the users mailing list