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
lib tool commonly has a problem with whitespace. Ensured there where no whitespace in the directory paths. Built with both the install script and manually.
Error
/bin/bash ../libtool --tag=CC --mode=link gcc --std=c99 -I../include -Iinclude -g -D_XOPEN_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -g -O2 -static -L.libs -L../lib/.libs -lethercat_wrapper -lethercat -o testlib src/testlib-testlib.o
../libtool: line 7577: cd: .libs: No such file or directory
libtool: error: cannot determine absolute directory name of '.libs'
The text was updated successfully, but these errors were encountered:
Built as per instructions
lib tool commonly has a problem with whitespace. Ensured there where no whitespace in the directory paths. Built with both the install script and manually.
Error
The text was updated successfully, but these errors were encountered: