[pdp-discuss] Extending PDP with external libraries

Randall C. O'Reilly Randy.OReilly at colorado.edu
Tue May 1 14:40:06 MDT 2007


yep, I would definitely just wait for 4.0, which also includes the gsl (gnu 
scientific library) that does all that stuff.

- Randy

On Tuesday 01 May 2007 09:41, Brad Aisa wrote:
> Hopefully someone with a bit more recent experience compiling 3.2
> will answer, but I just wanted to make a plug (pun intended!)
> for the very very soon to be released pdp 4.0 -- pdp4 has a
> plugin system that makes extending pdp and/or including your own
> favorite libraries very easy!
>
> On Tuesday 01 May 2007 04:20, Frank Leoné wrote:
> > Hello to you all,
> >
> > I'm trying to extend PDP++ with extra mathematical operations,
> > especially solving linear systems of matrices. To do so, I
> > need libraries like TNT (http://math.nist.gov/tnt/), Lapack++
> > (http://lapackpp.sourceforge.net/) or newmat
> > (http://www.robertnz.net/nm10.htm). But if I try to include
> > "tnt/tnt.h" in, for example, stats.h and run make all, I get
> > the following errors:
> >
> > error: cstdlib: No such file or directory
> > error: iomanip: No such file or directory
> > error: iostream: No such file or directory
> >
> > etc., for all the default C++ libraries, even though they are
> > installed (in /usr/include/c++/4.1). If I make come code
> > myself, include the same library and compile it using g++
> > without any arguments I don't get any errors at all. So the
> > makefile seems to miss the default libraries.
> >
> > How can this be? And, more importantly, how can it be solved?
> > I tried to include the usr/include-dir in the makefile, but it
> > didn't help.
> >
> > Thanks in advance, I really appreciate it,
> >
> >        with kind regards,
> >
> >              Frank
> >
> > ______________________________________________________________
> >___ Talk with your online friends with Messenger
> > http://www.join.msn.com/messenger/overview
> >
> > _______________________________________________
> > PDP-Discuss mailing list
> > PDP-Discuss at psych.Colorado.EDU
> > http://psych.colorado.edu/mailman/listinfo/pdp-discuss


More information about the PDP-Discuss mailing list