Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation fails at libtool #30

Open
axibo-reiner opened this issue Nov 27, 2023 · 1 comment
Open

Installation fails at libtool #30

axibo-reiner opened this issue Nov 27, 2023 · 1 comment

Comments

@axibo-reiner
Copy link

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

/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'
@Sandruin
Copy link

Sandruin commented Mar 8, 2024

Were you able to resolve this? I am having the same issue.
It works on Ubuntu 18 with Kernel 4.15, but anything later than that I get this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants