-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi there
i have a problem using automake with Dynamic Library loading (runtime)
what i have is the following:
src/program
src/entities/libModule.la
now when i want to link at runtime against src/entities/libModule.la,
lt_dlopen reports that the fi
>
>Could you modify it so that it fails for you?
>
I updated my automake 1.6 to automake 1.9 and I autoreconfigured all. It
works well now. Thanks for your help.
Hi Kototama,
* Kototama wrote on Mon, Feb 20, 2006 at 08:23:34PM CET:
>
> I added the header file generated by automake/bison in BUILT_SOURCES but
> when I type make automake doesn't invoke bison to generate the header
> file from the corresponding .ypp file.
I cannot reproduce this. This small
Hi all.
If that helps, this is how I use Flex & Bison with Automake :
http://cvs.sourceforge.net/viewcvs.py/yaorb/yaorb/src/cpp/dev/idlc/Makefile.am?only_with_tag=MAIN&view=markup
-- Marc.
Kototama wrote:
Hi,
I added the header file generated by automake/bison in BUILT_SOURCES but
when I t