newmat linker error

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Oct 2005
Posts: 22
Reputation: kimw is an unknown quantity at this point 
Solved Threads: 0
kimw kimw is offline Offline
Newbie Poster

newmat linker error

 
1
  #1
Sep 11th, 2006
does anyone have problem with linking to newmat library ?

running

  1. #include "newmat.h"
  2.  
  3. int main()
  4. {
  5. Matrix A(2,2);
  6. }

i got linker error: undefined reference

i'm using dev c++ and have set the directories to point to the file where i stored all the header and source files ..

any thoughts?
Reply With Quote Quick reply to this message  
Join Date: Jun 2006
Posts: 7,609
Reputation: ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of 
Solved Threads: 464
Super Moderator
Featured Poster
~s.o.s~'s Avatar
~s.o.s~ ~s.o.s~ is offline Offline
Failure as a human

Re: newmat linker error

 
1
  #2
Sep 11th, 2006
The link below includes the configuration of newmat library in depth along with few examples.
http://www.unc.edu/courses/2004fall/...1/NM10.htm#gcc

Hope it helped, bye.
I don't accept change; I don't deserve to live.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC