Re: [gtk-list] autoconf/automake



On Mon, 24 Jan 2000 03:58:51 -0600, Juan Pablo Romero wrote:
> I don't know exactly what I did, but since about two days the Makefiles
> generate by autoconf/automake doesn't have dependence information.
> 
> I recently upgraded to gcc-2.95.2-3 but I don't think that's the
> problem.

It probably is. gcc 2.95.2 uses other internal include files than your
previous gcc version. Remove the dependency files and recompile. This
should do the trick to get rid of the dependency files:

  find . -name ".deps" -type d -exec rm -rf {} \;


Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
Phone: +31-15-2785859  Fax: +31-15-2781843  Email J.A.K.Mouw@its.tudelft.nl
WWW: http://www-ict.its.tudelft.nl/~erik/





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]