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
(I cannot remember which way was the correct method, so tried them both, think the first method is preferred.)
The wavemon configure script seems to completely ignore the CFLAGS variable, but does enter LIBS and prefix variable into the subsequently created Makefile.
The text was updated successfully, but these errors were encountered:
./configure CFLAGS="-O0 -g -Wall -ggdb" LIBS=-ltinfo --prefix=/home/roger/src/wavemon/wavemon-install
Or:
CFLAGS="-O0 -g -Wall -ggdb" ./configure LIBS=-ltinfo --prefix=/home/roger/src/wavemon/wavemon-install
(I cannot remember which way was the correct method, so tried them both, think the first method is preferred.)
The wavemon configure script seems to completely ignore the CFLAGS variable, but does enter LIBS and prefix variable into the subsequently created Makefile.
The text was updated successfully, but these errors were encountered: