build problems

Dave Peticolas dave@krondo.com
Thu, 22 Mar 2001 14:18:12 -0800


Herbert Thoma writes:
> Hi!
> 
> After the last cvs update I got build problems.
> The Makefile.am in src/test lacked some include 
> directories. I fixed this by adding 
>  -I../register -I../guile -I../calculation 
> to INCLUDES. This made all files compile,
> but then I got a linker error. In src/test/Makefile.am
> there is
> LDALL = \
>   ../EuroUtils.o \
>   ../FileDialog.o \
>     ...
> This results in src/EuroUtils.c getting compiled to
> src/test/EuroUtils.o. But the linker then searches
> for src/EuroUtils.o which does not exist (see output
> of make below). Any suggestions how to fix this?

What does EuroUtils.c get compiled to in src/ ?

thanks,
dave