Re: [CMake] getting undefined error to my own libs.

2009-12-31 Thread e...@cs.bgu.ac.il
gt;> >> >> >> >> >> >> >> >> >> >> >> >> >> >> To >> >> >> aaron_wri...@selinc.com >> >> >> >> >> >> >> cc >> >> >> cmake@cm

Re: [CMake] getting undefined error to my own libs.

2009-12-29 Thread Aaron_Wright
oulard cc cmake@cmake.org Subject Re: [CMake] getting undefined error to my own libs. ok, I've read the links, let say I'm not use the export option, when I look at the how to avoid link errors here: http://www.parashift.com/c++-faq-lite/templates.html#faq-35.13 I see that what

Re: [CMake] getting undefined error to my own libs.

2009-12-29 Thread e...@cs.bgu.ac.il
> > > > > > > To > > aaron_wri...@selinc.com > > > > > cc > > cmake@cmake.org > > > > > Subject > > Re: [CMake] getting undefined error > to my own libs. > > > > > > > > > &

Re: [CMake] getting undefined error to my own libs.

2009-12-29 Thread Aaron_Wright
en be a concern. - Aaron Wright "e...@cs.bgu.ac.il" 12/29/2009 09:11 AM To aaron_wri...@selinc.com cc cmake@cmake.org Subject Re: [CMake] getting undefined error to my own libs. I'm trying to refrain from using that because it can bloat up the executable size... unless

Re: [CMake] getting undefined error to my own libs.

2009-12-29 Thread e...@cs.bgu.ac.il
> Aaron Wright > > > > > > > > > "e...@cs.bgu.ac.il" > > Sent by: cmake-boun...@cmake.org > > 12/29/2009 08:54 AM > > > > > > > > > > > To > > Eric Noulard

Re: [CMake] getting undefined error to my own libs.

2009-12-29 Thread e...@cs.bgu.ac.il
ok, I've read the links, let say I'm not use the export option, when I look at the how to avoid link errors here: http://www.parashift.com/c++-faq-lite/templates.html#faq-35.13 I see that what I've did is the same, isn't it? I'm not sure where to follow from here... if I've did what they say an

Re: [CMake] getting undefined error to my own libs.

2009-12-29 Thread e...@cs.bgu.ac.il
On Tue 29 Dec 17:16 2009 Eric Noulard wrote: > 2009/12/29 e...@cs.bgu.ac.il : > > hello Eric, thanks for the response. > > I'd like to solve the Array issue first, then the boost because I have a > > feeling it is a different one because when I disable the relevant code it > > doesn't generates

Re: [CMake] getting undefined error to my own libs.

2009-12-29 Thread Eric Noulard
2009/12/29 e...@cs.bgu.ac.il : > hello Eric, thanks for the response. > I'd like to solve the Array issue first, then the boost because I have a > feeling it is a different one because when I disable the relevant code it > doesn't generates the error even when other parts of the program (such as

Re: [CMake] getting undefined error to my own libs.

2009-12-29 Thread e...@cs.bgu.ac.il
hello Eric, thanks for the response. I'd like to solve the Array issue first, then the boost because I have a feeling it is a different one because when I disable the relevant code it doesn't generates the error even when other parts of the program (such as the threadpool). here are the array fi

Re: [CMake] getting undefined error to my own libs.

2009-12-29 Thread Eric Noulard
2009/12/29 e...@cs.bgu.ac.il : > hello. > I'm writing a c++ program that uses three shared libs that I wrote, for some > reason, when it gets to the main cpp file, it fails with undefined error. > here is the error report: Concerning the link error [apparently] related to boost usage I let Boost

[CMake] getting undefined error to my own libs.

2009-12-29 Thread e...@cs.bgu.ac.il
hello. I'm writing a c++ program that uses three shared libs that I wrote, for some reason, when it gets to the main cpp file, it fails with undefined error. here is the error report: Linking CXX executable ../build/ossm cd /home/da