Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

make install error on raspberry pi 3 #18

Open
Ieathan opened this issue Jan 20, 2018 · 0 comments
Open

make install error on raspberry pi 3 #18

Ieathan opened this issue Jan 20, 2018 · 0 comments

Comments

@Ieathan
Copy link

Ieathan commented Jan 20, 2018

After following the build instructions for *nix I get:

libtool: link: /bin/grep -E -e "^json_" ".libs/libjansson.exp" > ".libs/libjansson.expT"
/bin/grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
libtool: link: mv -f ".libs/libjansson.expT" ".libs/libjansson.exp"
libtool: link: echo "{ global:" > .libs/libjansson.ver
libtool: link:  cat .libs/libjansson.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libjansson.ver
libtool: link:  echo "local: *; };" >> .libs/libjansson.ver
libtool: link:  gcc -shared  -fPIC -DPIC  .libs/dump.o .libs/error.o .libs/hashtable.o .libs/hashtable_seed.o .libs/load.o .libs/memory.o .libs/pack_unpack.o .libs/strbuffer.o .libs/strconv.o .libs/utf.o .libs/value.o    -O2 -march=native   -Wl,-soname -Wl,libjansson.so.4 -Wl,-version-script -Wl,.libs/libjansson.ver -o .libs/libjansson.so.4.7.0
/usr/bin/ld:.libs/libjansson.ver:2: ignoring invalid character `\033' in script
/usr/bin/ld:.libs/libjansson.ver:2: ignoring invalid character `3' in script
/usr/bin/ld:.libs/libjansson.ver:2: ignoring invalid character `5' in script
/usr/bin/ld:.libs/libjansson.ver:2: syntax error in VERSION script
collect2: error: ld returned 1 exit status
Makefile:426: recipe for target 'libjansson.la' failed
make[3]: *** [libjansson.la] Error 1
make[3]: Leaving directory '/home/pi/sgminer/submodules/jansson/src'
Makefile:451: recipe for target 'install-recursive' failed
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory '/home/pi/sgminer/submodules/jansson'
Makefile:514: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/pi/sgminer/submodules'
Makefile:1688: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

Should I try to install jansson separately and then link with ./configure ?

@Ieathan Ieathan changed the title make install on raspberry pi 3 make install error on raspberry pi 3 Jan 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant