Hi,

we just upgrading to

automake 1.6        (from 1.4)
autoconf 2.53       (from 2.13)
libtool 1.4.2       (from 1.3.5)

and now the package won't compile anymore. I guess that the dependency 
mechanism has somewhat changed. 

The configuration of our software package is as follows. We are using an 
'obj/gcc_2.95.3-release-GL' directory to store the .o files and the libs (We do 
not like to keep them in the source code directory). The configure command runs 
ok and put the Makefiles in the obj/gcc_2.95.3-release-GL directories. The 
problem is that a subsequent 'make' command stops immediately:

make -C 
/servers/ockham_fs1/gloger/develop/LabFramework/obj/gcc_2.95.3-release-GL/. all
make[1]: Entering directory 
`/servers/ockham_fs1/gloger/develop/LabFramework/obj/gcc_2.95.3-release-GL'
Making all in kernel
make[2]: Entering directory 
`/servers/ockham_fs1/gloger/develop/LabFramework/obj/gcc_2.95.3-release-GL/kerne
l'
Making all in framework
make[3]: Entering directory 
`/servers/ockham_fs1/gloger/develop/LabFramework/obj/gcc_2.95.3-release-GL/kerne
l/framework'
Makefile:221: .deps/BaseData.Plo: No such file or directory
Makefile:222: .deps/BaseInspector.Plo: No such file or directory
Makefile:223: .deps/BaseViewer.Plo: No such file or directory
Makefile:224: .deps/BaseViewerPanel.Plo: No such file or directory
Makefile:225: .deps/CommonInspectors.Plo: No such file or directory
Makefile:226: .deps/DataHandler.Plo: No such file or directory
Makefile:227: .deps/Defaults.Plo: No such file or directory
Makefile:228: .deps/DirCache.Plo: No such file or directory
Makefile:229: .deps/Exception.Plo: No such file or directory
Makefile:230: .deps/InspectorHandler.Plo: No such file or directory
Makefile:231: .deps/LabPainter.Plo: No such file or directory
Makefile:232: .deps/QtDefaultSupport.Plo: No such file or directory
Makefile:233: .deps/ViewerHandler.Plo: No such file or directory
make[3]: *** No rule to make target `.deps/ViewerHandler.Plo'.  Stop.
make[3]: Leaving directory 
`/servers/ockham_fs1/gloger/develop/LabFramework/obj/gcc_2.95.3-release-GL/kerne
l/framework'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/servers/ockham_fs1/gloger/develop/LabFramework/obj/gcc_2.95.3-release-GL/kerne
l'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/servers/ockham_fs1/gloger/develop/LabFramework/obj/gcc_2.95.3-release-GL'
make: *** [all] Error 2

Obviously it do not find the *.Plo files in one of the 
'obj/gcc_2.95.3-release-GL' directories. Those files are not created at all. I 
checked this with the find command.

If I try to build the software without this extra object directory the .deps 
directories are created.

The old automake/autoconf/libtool combination did not fail at all.

Any ideas what's going wrong?

Thanks in advance.

Regards
Joachim

=========================================================== 
J. M. Gloger, DaimlerChrysler AG, Research Center Ulm 
P.O. Box 2360, 89013 Ulm, Germany 

Phone: +49 731 505 2353 
Fax:   +49 731 505 4113 
Email: [EMAIL PROTECTED] 

                                              walk the talk 
=========================================================== 

Reply via email to