Re: [Autogen-users] Error running new AutoGen
Brought to you by:
bkorb
From: Manuel H <mo...@co...> - 2012-08-14 07:00:38
|
Hello Bruce! Thank you for the hot tip; the installation worked very well using ./configure --disable-shared Too, i spotted the failure in my tries to compile the AutoOpts-C-File: to correctly link the libopts inside a Makefile, i had to use the dollar character twice, like: cc -o gen-joiner-opts -DTEST_JOINER_OPTS joiner-opts.c $$( \ autoopts-config cflags ldflags) |