You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So i try to change my makefile as:
clitest: clitest.o $(LIB_STATIC) $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $^ $(LIBS)
And it need to export 'LD_LIBRARY_PATH=.' if i use the original makefile.
The text was updated successfully, but these errors were encountered:
So i try to change my makefile as:
$(CC) $ (CPPFLAGS) $(CFLAGS) -o $ @ $^ $ (LIBS)
clitest: clitest.o $(LIB_STATIC)
And it need to export 'LD_LIBRARY_PATH=.' if i use the original makefile.
The text was updated successfully, but these errors were encountered: