unnecessary suffix handling?

2001-04-26 Thread Dave Morrison
Hi, I have a project in which there are some header files (they happen to have the suffix `.idl') that I want installed. Nothing else in the project depends directly on them, I'd just like to install them. With automake 1.4, this was no problem at all. A simple line like this: include_HEADERS

Re: Automake::Struct II

2001-04-26 Thread Russ Allbery
Akim Demaille <[EMAIL PROTECTED]> writes: > Anyway, here is my proposal. Agreed, I am not entirely satisfied with > Automake/, but otherwise it's a nightmare to try to reach > Automake::Struct from an installed Automake, and from the current > Automake (make check). Yeah, you pretty much need a

crosscompiled .exe (Re: crosscompiling dll linux->mingw32)

2001-04-26 Thread Guido Draheim
Guido Draheim wrote: > > from that I'd say libtool knows that CC has created a pfe.exe but > the automake-rules/vardefs expect a builddir/pfe.exe too. A copy > of builddir' pfe to pfe.exe does indeed work. Who's to blame, > libtool or automake? > It is libtool's fault - even that the final link

Re: Automake::Struct II

2001-04-26 Thread Akim Demaille
Akim> Well, I have no experience at all in this area, so here is my Akim> proposal. Hm, I was surprised I had no answers, so I checked on an archive, and now I can see Russ answered :( I *hate* losing messages. Anyway, here is my proposal. Agreed, I am not entirely satisfied with Automake/, b

Re: crosscompiling dll linux->mingw32

2001-04-26 Thread Guido Draheim
Alexandre Oliva wrote: > > On Apr 26, 2001, Guido Draheim <[EMAIL PROTECTED]> wrote: > > > I did just need to change a single line in ltmain.sh which > > enabled me afterwards to actually *build* a dll. > > Looks like you were not using -no-undefined when creating the > library. This is requir

Re: crosscompiling dll linux->mingw32

2001-04-26 Thread Alexandre Oliva
On Apr 26, 2001, Guido Draheim <[EMAIL PROTECTED]> wrote: > I did just need to change a single line in ltmain.sh which > enabled me afterwards to actually *build* a dll. Looks like you were not using -no-undefined when creating the library. This is required to build a DLL on MS-Windows. -- A

crosscompiling dll linux->mingw32

2001-04-26 Thread Guido Draheim
hi everyone, I am still trying to crosscompile a dll on linux with the new autotools series. Currently I use cvs-autoconf, automake-1.4d and libtool-1.4 on top of libsdl.org/Xmingw32 cross-tools. I did just need to change a single line in ltmain.sh which enabled me afterwards to actually *buil