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

make error while creating simpletest #51

Open
ghost opened this issue Feb 23, 2014 · 2 comments
Open

make error while creating simpletest #51

ghost opened this issue Feb 23, 2014 · 2 comments
Assignees
Labels

Comments

@ghost
Copy link

ghost commented Feb 23, 2014

(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 forall'.
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 functionfill_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

@jamiebullock
Copy link
Owner

Hi,

Thanks for reporting this. If you pull down the latest git revision this issue should now be resolved.

Please confirm.

Thanks.

Jame

@jamiebullock jamiebullock self-assigned this Feb 23, 2014
@kmosalak
Copy link

Hi Jamie,

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.

Regards,
Krishna

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

No branches or pull requests

2 participants