I'm using the latest multi-language-branch of libtool,
with a deeply nested directory structure,
top/
top/src/
top/src/TKernel

I have Makefile.am's in each, (oh yeah, and the latest automake)
When I had only one Makefile.am in the top level that made
this library, it worked.  I then moved it down to the TKernel
directory (because I have 40+ libraries to build).  When I did
that it stopped working.

Making all in TKernel
make[3]: Entering directory `/boreas/rbo/new/OCC/OCC/src/TKernel'
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../..
-I../../inc -I../../drv/FSD -I../../drv/GraphDS -I../../drv/GraphTools
-I../../drv/MMgt -I../../drv/OSD -I../../drv/Plugin -I../../drv/Quantity
-I../../drv/Resource -I../../drv/SortTools -I../../drv/Standard
-I../../drv/StdFail -I../../drv/Storage -I../../drv/TColQuantity
-I../../drv/TColStd -I../../drv/TCollection -I../../drv/TShort
-I../../drv/Units -I../../drv/UnitsAPI -I../../drv/Dynamic
-I../../drv/Materials -I../../drv/Dico    -g -O2 -c -o FSD_Archive.lo
`test -f ../../src/FSD/FSD_Archive.cxx || echo
'./'`../../src/FSD/FSD_Archive.cxx
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make[3]: *** [FSD_Archive.lo] Error 1

This project is on Source Forge, so if anyone would like to
see the code go to http://sourceforge.net/cvs/?group_id=10503
Also, I read the documentation on how to port libtool, however
it doesn't cover (as far as I could find) porting of C++ support.
Did I miss it, or is it not written yet?  I'd love to contribute,
have access to various machines and C++ compilers, and can write
shell scripts.  Would someone like to help get me started?

Thanks!
-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  [EMAIL PROTECTED]

Reply via email to