[PolyORB-users] [Debian packaging]Trying to build shared libs
Thomas Quinot
quinot at adacore.com
Fri Mar 13 14:40:35 CET 2009
* xavier grave, 2009-03-13 :
> I have modified our debian files in order to build with svn version
> 141228 and the problem persist :
>
> building dynamic library for project cos_naming
> /usr/bin/gcc -shared -o
> /debian/org.debian.polyorb/DYNAMIC/lib/libpolyorb-corba-cos-naming-impl.so
> - -L/usr/lib/gcc/powerpc-linux-gnu/4.3.3/adalib/
> - -L/debian/org.debian.polyorb/DYNAMIC/lib -lpolyorb-corba-cos-naming
> - -L/debian/org.debian.polyorb/DYNAMIC/lib -lpolyorb-corba
> - -L/debian/org.debian.polyorb/DYNAMIC/lib -lpolyorb
> - -L/usr/lib/gcc/powerpc-linux-gnu/4.3.3/adalib/ -lgnarl-4.3 -lgnat-4.3
> /debian/org.debian.polyorb/DYNAMIC/cos/naming/cosnaming-namingcontext-impl.o
> ...
> /usr/bin/ld: cannot find -lpolyorb-corba-cos-naming
> collect2: ld returned 1 exit status
> gnatmake: gcc execution error
> make[1]: *** [idls_cos_naming.gpr] Erreur 4
Looks more like a gnatmake problem than a PolyORB issue. There's no
reason why libpolyorb-corba-cos-naming.so should be missing, it's built
by the idls_cos_naming project.
> Any idea ? Maybe merging the two libs :
> libpolyorb-corba-cos-naming.so and libpolyorb-corba-cos-naming-impl.so ?
That would certainly be wrong, there's no good reason to merge the impl
and the client stubs!
--
Thomas Quinot, Ph.D. ** quinot at adacore.com ** Senior Software Engineer
AdaCore -- Paris, France -- New York, USA
More information about the PolyORB-users
mailing list