cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
rud_3332
Level 2

Receiving "Error LNK2001: unresolved external symbol "struct _iobuf * __cdecl lm_flex_stdin(void)" (?lm_flex_stdin@@YAPEAU_iobuf@@XZ)

When trying to build the example code in lmflex.c we are getting an unresolved external during linking.

Error LNK2001 unresolved external symbol "struct _iobuf * __cdecl lm_flex_stdin(void)" (?lm_flex_stdin@@YAPEAU_iobuf@@XZ)

0 Kudos
(1) Reply
jyadav
Flexera Alumni

Hi @rud_3332  ,

Please make sure all the libraries which are listed in the makefile are linked to the project . If any one of it is missing you can expect linking errors .

If it still does not help then please raise a case with us and I will assist you further .

0 Kudos