We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
yarn -v 1.19.1 ruby -v jruby 9.2.9.0 (2.5.7) 2019-10-30 458ad3e OpenJDK 64-Bit Server VM 25.232-b09 on 1.8.0_232-b09 +jit [freebsd-x86_64] uname -a FreeBSD aaa 12.1-RELEASE-p2 FreeBSD 12.1-RELEASE-p2 r358238 BSD_2020_02_22 amd64
The text was updated successfully, but these errors were encountered:
This may be the same issue as #182 but I'm not sure.
Sorry, something went wrong.
it means that the linker doesn't recognize the generated code, something is probably mixed up in your environment. Could you show us your versions?
ld -v gcc -v
or maybe freebsd expects some different flags, I didn't test it by myself, but there's no reason why it shouldn't work on bsd.
No branches or pull requests
jruby -S gem install sassc
returns :
compiling ./libsass/src/memory//SharedPtr.cpp
linking shared-object sassc/libsass.so
c99func.o: file not recognized: file format not recognized
collect2: error: ld returned 1 exit status
*** Error code 1
make: stopped in /usr/local/rvm/gems/jruby-9.2.9.0/gems/sassc-2.2.1/ext
make failed, exit code 1
yarn -v
1.19.1
ruby -v
jruby 9.2.9.0 (2.5.7) 2019-10-30 458ad3e OpenJDK 64-Bit Server VM 25.232-b09 on 1.8.0_232-b09 +jit [freebsd-x86_64]
uname -a
FreeBSD aaa 12.1-RELEASE-p2 FreeBSD 12.1-RELEASE-p2 r358238 BSD_2020_02_22 amd64
The text was updated successfully, but these errors were encountered: