I tried that.
I get this huge bunch of LNK2019 unresolved external symbol errors. This is one:
mex_all_paths_multithread_nograph.obj : error LNK2019: unresolved external symbol "int __cdecl sym_close_environment(struct SYM_ENVIRONMENT *)" (?sym_close_environment@@YAHPAUSYM_ENVIRONMENT@@@Z) referenced in function "int __cdecl runSYMPHONY_bjm(double *,class boost::numeric::ublas::matrix,class boost::numeric::ublas::unbounded_array > *,class boost::numeric::ublas::matrix,class boost::numeric::ublas::unbounded_array >,class boost::numeric::ublas::matrix,class boost::numeric::ublas::unbounded_array >,class boost::numeric::ublas::matrix,class boost::numeric::ublas::unbounded_array >,class boost::numeric::ublas::matrix,class boost::numeric::ublas::unbounded_array >,class boost::numeric::ublas::matrix,class boost::numeric::ublas::unbounded_array >,int)" (?runSYMPHONY_bjm@@YAHPANPAV?$matrix@NU?$basic_row_major@IH@ublas@numeric@boost@@V?$unbounded_array@NV?$allocator@N@std@@@234@@ublas@numeric@boost@@V1234@2222H@Z)
Do you know why this is happening?
--
Vimal
-----Original Message-----
From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Pekka SeppƤnen
Sent: Tuesday, July 24, 2012 9:28 AM
To: boost-users@lists.boost.org
Subject: Re: [Boost-users] Missing libboost_thread-vc100-mt-s-1_49.lib
On 24.7.2012 16:13, VimalMathew@Eaton.com wrote:
Built it.
Still the same error.
Could it be that I'm not calling it correctly in the makefile?
Well, you're trying to use CL like you'd be using GCC. Don't do that as they do not share the same command line syntax (e.g. -L is /LIBPATH: and so on).
Unless you really want, I'd suggest that you simply make a new VC project instead of playing with Makefiles. That's a lot easier with MSVC.
-- Pekka
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users