<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hello,<BR>
<BR>
My Scilab version is 5.3.2.<BR>
<BR>
I used scilab2c to generate a c program from a scilab program. When I build the resulting C program in visual studio 2010 pro I get the linker errors shown below. The same issue occurs in Visual Studio 8 express edition.<BR>
<BR>
I've set the additional library directories to the directory that contains blasplus.lib and lapack.lib and also set the additional dependencies to be blasplus.lib;lapack.lib. <BR>
<BR>
Does anyone know what's causing this issue?<BR>
<BR>
Thanks,<BR>Steven<BR>
<BR>
1>cacoss.obj : error LNK2001: unresolved external symbol _dlamch_<BR>1>cchola.obj : error LNK2001: unresolved external symbol _zpotrf_<BR>1>cdeterma.obj : error LNK2001: unresolved external symbol _zgetrf_<BR>1>dchola.obj : error LNK2001: unresolved external symbol _dpotrf_<BR>1>ddeterma.obj : error LNK2001: unresolved external symbol _dgetrf_<BR>1>dinverma.obj : error LNK2001: unresolved external symbol _dgetri_<BR>1>dldivma.obj : error LNK2001: unresolved external symbol _dgecon_<BR>1>dldivma.obj : error LNK2001: unresolved external symbol _dlange_<BR>1>dldivma.obj : error LNK2001: unresolved external symbol _dlacpy_<BR>1>dldivma.obj : error LNK2001: unresolved external symbol _dgelsy_<BR>1>dldivma.obj : error LNK2001: unresolved external symbol _dgetrs_<BR>1>dmulma.obj : error LNK2001: unresolved external symbol _dgemm_<BR>1>dspec2a.obj : error LNK2001: unresolved external symbol _dgeev_<BR>1>dspec2a.obj : error LNK2001: unresolved external symbol _dsyev_<BR>1>zfftma.obj : error LNK2001: unresolved external symbol _zcopy_<BR>1>zinverma.obj : error LNK2001: unresolved external symbol _zgetri_<BR>1>zldivma.obj : error LNK2001: unresolved external symbol _zlacpy_<BR>1>zldivma.obj : error LNK2001: unresolved external symbol _zgelsy_<BR>1>zldivma.obj : error LNK2001: unresolved external symbol _zgecon_<BR>1>zldivma.obj : error LNK2001: unresolved external symbol _zlange_<BR>1>zldivma.obj : error LNK2001: unresolved external symbol _zgetrs_<BR>1>zspec2a.obj : error LNK2001: unresolved external symbol _zheev_<BR>1>zspec2a.obj : error LNK2001: unresolved external symbol _zgeev_<BR>1>C:\Users\earth\documents\visual studio 2010\Projects\testconvert1\Release\testconvert1.exe : fatal error LNK1120: 23 unresolved externals<BR>
<BR>
<BR> </body>
</html>