Liang Guo <[email protected]> writes: > Is it acceptable that a library come without symbols file?
Yes. It's still optional, particularly for C++ libraries I think. > I found my package will generate different symbols in different > platform(i386 & amd64), if I use symbols generated in amd64, it will not > compile in i386; if I use symbols generated in i386, it will not compile > in amd64, I have not test other platform, but I think it may have the > same problem too. so I want my package have no symbols file. This is a standard problem with C++ libraries. You have to use architecture-specific symbols for a lot of C++ libraries. There are new facilities in dpkg to try to help making writing those symbol files easier, but I'm still not getting a warm and fuzzy mature feeling about use of symbols with C++ at this point. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

