Re: [Throughflow-main] throughflow installation
Status: Alpha
Brought to you by:
boroli
|
From: Oliver B. <oli...@we...> - 2012-12-18 16:34:57
|
Hello Mike, it seems to me, that there is something wrong with the linking. I have added two libs into throughflow/src/Makefile.am and then rerun ./autogen.sh and make. It compiled and runs without complains. I pushed the updated Makefile to the git. If you get still problems you could also add the following two libraries -lmatrixN.so or -lmatrixI.so to src/Makefile.am. Oliver Am 12.12.2012 06:05, schrieb Mike: > Dear Dr Borm: > > According to the instruction nurbs++-3.0.11 (http://sourceforge.net/projects/libnurbs/files) > installed firstly. However I have troubles in throughflow installation, the following errors > occur: > > /usr/local/include/nurbs++/vector.h:80: undefined reference to > `PLib::BasicArray<PLib::HPoint_nD<double, 2> >::~BasicArray()\' > /usr/local/include/nurbs++/vector.h:80: undefined reference to > `PLib::BasicArray<PLib::HPoint_nD<double, 2> >::~BasicArray()\' > geometrie.o: In function `Vector\': > /usr/local/include/nurbs++/vector.h:74: undefined reference to > `PLib::BasicArray<PLib::HPoint_nD<double, 2> >::BasicArray(int)\' > . > . > > /usr/local/lib/libnurbsd.so: undefined reference to `PLib::Vector<double>::minIndex() const\' > /usr/local/lib/libnurbsd.so: undefined reference to > `PLib::Basic2DArray<double>::Basic2DArray()\' > /usr/local/lib/libnurbsd.so: undefined reference to `PLib::Matrix<PLib::Point_nD<double, 3> >> ::operator/=(double)\' > /usr/local/lib/libnurbsd.so: undefined reference to `PLib::BasicArray<int>::~BasicArray()\' > /usr/local/lib/libnurbsd.so: undefined reference to `PLib::BasicArray<PLib::Point_nD<double, > 3> >::BasicArray(int)\' > /usr/local/lib/libnurbsd.so: undefined reference to > `PLib::Basic2DArray<PLib::HPoint_nD<double, 3> >::resize(int, int)\' > > What\'s the problem? Could you give me some advice? How can I install this code > successfully? > > My operating system is CentOS6.3, and the compiler is gcc4.4. I should be very grateful if > you could give me some advice. > > > Best Regards > Mike > > -- > This message was sent to your SourceForge.net email alias via the web mail form. You may reply to this message directly, or via https://sourceforge.net/sendmessage.php?touser=1683048 > To update your email alias preferences, please visit https://sourceforge.net/account |