help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-glpk] Error While Building: Novice Wants Some Help


From: ozgur
Subject: [Help-glpk] Error While Building: Novice Wants Some Help
Date: Fri, 12 Aug 2005 10:27:44 +0300
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

Hello Folks!
I'm new to GLPK ( though i've run it a few times from command line before). i'll ask you if you can help me about the compiler settings and how to compile and call it. I'm using VC++ 6.0. i've set the directories of INCLUDE and SRC. But i'm still having LNK 2001 and LNK 1120 errors during building. The problem file extension is .c also...(indeed it is the sample.c example folder--i 've told you i'm beginner--)Can you tell me the problem, and help about how to fix it?  ( which files should i compile and in which order? )
Thanks for your helps...

--------------------Configuration: sample - Win32 Debug--------------------
Linking...
sample.obj : error LNK2001: unresolved external symbol _glp_lpx_delete_prob
sample.obj : error LNK2001: unresolved external symbol _glp_lpx_get_col_prim
sample.obj : error LNK2001: unresolved external symbol _glp_lpx_get_obj_val
sample.obj : error LNK2001: unresolved external symbol _glp_lpx_simplex
sample.obj : error LNK2001: unresolved external symbol _glp_lpx_load_matrix
sample.obj : error LNK2001: unresolved external symbol _glp_lpx_set_obj_coef
sample.obj : error LNK2001: unresolved external symbol _glp_lpx_set_col_bnds
sample.obj : error LNK2001: unresolved external symbol _glp_lpx_set_col_name
sample.obj : error LNK2001: unresolved external symbol _glp_lpx_add_cols
sample.obj : error LNK2001: unresolved external symbol _glp_lpx_set_row_bnds
sample.obj : error LNK2001: unresolved external symbol _glp_lpx_set_row_name
sample.obj : error LNK2001: unresolved external symbol _glp_lpx_add_rows
sample.obj : error LNK2001: unresolved external symbol _glp_lpx_set_obj_dir
sample.obj : error LNK2001: unresolved external symbol _glp_lpx_set_prob_name
sample.obj : error LNK2001: unresolved external symbol _glp_lpx_create_prob
Debug/sample.exe : fatal error LNK1120: 15 unresolved externals
Error executing link.exe.

sample.exe - 16 error(s), 0 warning(s)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]