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
This issue is resolved as you have said. We worked around it by downloading libbsd.o and integrating that into our linker. Thanks for you help, once again.
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/hari/LibXtract/missing autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory
/home/hari/LibXtract' Making all in src make[2]: Entering directory
/home/hari/LibXtract/src'make[2]: Nothing to be done for
all'. make[2]: Leaving directory
/home/hari/LibXtract/src'Making all in xtract
make[2]: Entering directory
/home/hari/LibXtract/xtract' make[2]: Nothing to be done for
all'.make[2]: Leaving directory
/home/hari/LibXtract/xtract' Making all in examples make[2]: Entering directory
/home/hari/LibXtract/examples'Making all in simpletest
make[3]: Entering directory
/home/hari/LibXtract/examples/simpletest' /bin/bash ../../libtool --tag=CC --mode=link gcc -pedantic -ansi -fno-strict-aliasing -Wall -std=c99 -I/usr/local/include -O3 -lm -o simpletest simpletest.o ../../src/libxtract.la libtool: link: gcc -pedantic -ansi -fno-strict-aliasing -Wall -std=c99 -I/usr/local/include -O3 -o .libs/simpletest simpletest.o -lm ../../src/.libs/libxtract.so simpletest.o: In function
fill_wavetable':simpletest.c:(.text+0x58): undefined reference to
arc4random_uniform' collect2: error: ld returned 1 exit status make[3]: *** [simpletest] Error 1 make[3]: Leaving directory
/home/hari/LibXtract/examples/simpletest'make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
/home/hari/LibXtract/examples' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
/home/hari/LibXtract'make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: