problem making package

Ted Gould ted.gould at ubuntu.com
Fri Dec 5 20:22:56 UTC 2008


On Thu, 2008-12-04 at 13:18 +0100, dave asd wrote:
> Hi list ! 
> i`ve got a c code that work fine  ("./configure && make && make
> install" all good)
> later, i try to make a deb package... when i run "debuild -us -uc"
> look this error:
> 
> /usr/src/katerr/katerr-0.0.1/LIBIMP/LIBIMP.c:147: undefined reference
> to `TRAIZ_Set_Object'
> 
> 
> Anybody can help me with this ?

It's hard to say.  But, I'd guess that it's probably a build system
error that you hadn't noticed before.  One thing that you can try if
you're using autotools is "make distcheck" which will ensure that your
build is relocatable and that all the files you need to build it are
included.  These are both required for the package to build.

		--Ted






More information about the Ubuntu-devel-discuss mailing list