From ingo.weinzierl at intevation.de Thu Jul 10 16:25:45 2008 From: ingo.weinzierl at intevation.de (Ingo Weinzierl) Date: Thu, 10 Jul 2008 16:25:45 +0200 Subject: [Wsplgen-users] Fehler beim compilieren der Version 1.2.1 Message-ID: <200807101625.45842.ingo.weinzierl@intevation.de> Hier die makefile Ausgaben.... iweinzierl at thoe:/vol1/home/iweinzierl/wsplgen/trunk/src$ make gcc -o ../bin/test.exe test.o tools.o xy.o tri.o parameter.o file.o shape.o quadtree.o qhull.o test_profil.o test_tools.o test_xy.o test_tri.o test_file.o test_nodes.o test_q uadtree.o test_qhull.o -lstdc++ test_tri.o: In function `test_tri()': test_tri.cpp:(.text+0x61): undefined reference to `TNode::TNode(int, long, long, int)' test_tri.cpp:(.text+0x98): undefined reference to `TNode::TNode(int, long, long, int)' test_tri.cpp:(.text+0xcf): undefined reference to `TNode::TNode(int, long, long, int)' test_tri.cpp:(.text+0x149): undefined reference to `Triangulate(TNodeList*, TElementList*, TXYList*, int)' test_tri.cpp:(.text+0x20e): undefined reference to `LoadDGM(std::basic_string, std::allocator >, TNodeList*, TElementList*, TXYList*, int)' test_tri.cpp:(.text+0x23b): undefined reference to `Triangulate(TNodeList*, TElementList*, TXYList*, int)' test_tri.cpp:(.text+0x2c6): undefined reference to `TNode::TNode(int, long, long, int)' test_tri.cpp:(.text+0x2fe): undefined reference to `TNode::TNode(int, long, long, int)' test_tri.cpp:(.text+0x336): undefined reference to `TNode::TNode(int, long, long, int)' test_tri.cpp:(.text+0x36e): undefined reference to `TNode::TNode(int, long, long, int)' test_tri.cpp:(.text+0x3a6): undefined reference to `TNode::TNode(int, long, long, int)' test_tri.o:test_tri.cpp:(.text+0x3de): more undefined references to `TNode::TNode(int, long, long, int)' follow test_tri.o: In function `test_tri()': test_tri.cpp:(.text+0x62d): undefined reference to `Triangulate(TNodeList*, TElementList*, TXYList*, int)' test_tri.cpp:(.text+0x6f2): undefined reference to `LoadDGM(std::basic_string, std::allocator >, TNodeList*, TElementList*, TXYList*, int)' test_tri.cpp:(.text+0x720): undefined reference to `Triangulate(TNodeList*, TElementList*, TXYList*, int)' test_tri.cpp:(.text+0x7e7): undefined reference to `LoadDGM(std::basic_string, std::allocator >, TNodeList*, TElementList*, TXYList*, int)' test_tri.cpp:(.text+0x815): undefined reference to `Triangulate(TNodeList*, TElementList*, TXYList*, int)' test_tri.cpp:(.text+0x8dc): undefined reference to `LoadDGM(std::basic_string, std::allocator >, TNodeList*, TElementList*, TXYList*, int)' test_tri.cpp:(.text+0x90a): undefined reference to `Triangulate(TNodeList*, TElementList*, TXYList*, int)' test_tri.cpp:(.text+0x9d1): undefined reference to `LoadDGM(std::basic_string, std::allocator >, TNodeList*, TElementList*, TXYList*, int)' test_tri.cpp:(.text+0x9ff): undefined reference to `Triangulate(TNodeList*, TElementList*, TXYList*, int)' test_tri.cpp:(.text+0xac6): undefined reference to `LoadDGM(std::basic_string, std::allocator >, TNodeList*, TElementList*, TXYList*, int)' test_tri.cpp:(.text+0xaf4): undefined reference to `Triangulate(TNodeList*, TElementList*, TXYList*, int)' test_nodes.o: In function `test_nodes()': test_nodes.cpp:(.text+0x67): undefined reference to `TNode::TNode(int, long, long, int)' test_nodes.cpp:(.text+0x9f): undefined reference to `TNode::TNode(int, long, long, int)' test_nodes.cpp:(.text+0xd7): undefined reference to `TNode::TNode(int, long, long, int)' test_nodes.cpp:(.text+0x10f): undefined reference to `TNode::TNode(int, long, long, int)' test_nodes.cpp:(.text+0x147): undefined reference to `TNode::TNode(int, long, long, int)' test_nodes.o:test_nodes.cpp:(.text+0x17f): more undefined references to `TNode::TNode(int, long, long, int)' follow test_nodes.o: In function `test_nodes()': test_nodes.cpp:(.text+0x80d): undefined reference to `LoadDGM(std::basic_string, std::allocator >, TNodeList*, TElementList*, TXYList*, int) ' test_quadtree.o: In function `test_quadtree()': test_quadtree.cpp:(.text+0x63): undefined reference to `TNode::TNode(int, long, long, int)' test_quadtree.cpp:(.text+0x17f): undefined reference to `TNode::TNode(int, long, long, int)' test_quadtree.cpp:(.text+0x1ba): undefined reference to `TNode::TNode(int, long, long, int)' test_quadtree.cpp:(.text+0x1f1): undefined reference to `TNode::TNode(int, long, long, int)' test_quadtree.cpp:(.text+0x228): undefined reference to `TNode::TNode(int, long, long, int)' test_quadtree.o:test_quadtree.cpp:(.text+0x4b2): more undefined references to `TNode::TNode(int, long, long, int)' follow test_quadtree.o: In function `test_quadtree()': test_quadtree.cpp:(.text+0x15ab): undefined reference to `LoadDGM(std::basic_string, std::allocator >, TNodeList*, TElementList*, TXYList*, int)' collect2: ld returned 1 exit status make: *** [../bin/test.exe] Fehler 1 Gru? Ingo