Salut si quelqu'un pouvait m'aider svp.
Je suis sous mdk 10.0 et j'ai installer la librairie nurbs++ dont j'ai besoin. L'installation et la compilation des sources c'est faites sans pb mais quand j'essaye de compiler un programme j'obtient les messages suivants:
Code :
- [fabe@localhost nurbs]$ g++ test_nurbs.cpp -L/usr/local/lib
- /home/fabe/tmp/ccrJBQwv.o(.text+0x64): In function `main':
- : undefined reference to `PLib::BasicArray<PLib::HPoint_nD<float, (int)3> >::operator[](int)'
- /home/fabe/tmp/ccrJBQwv.o(.text+0xe3): In function `main':
- : undefined reference to `PLib::BasicArray<PLib::HPoint_nD<float, (int)3> >::operator[](int)'
- /home/fabe/tmp/ccrJBQwv.o(.text+0x162): In function `main':
- .
- .
- ... et encore pleins d'autres du meme style
- collect2: ld returned 1 exit status
|
Je sais pas si c'est un probleme de compilation ou de libraries (j'ai pourtant bien précisé using namespace PLib )
HELP ME please