LSB stub libs
Mike Hearn <[email protected]>
| Newsgroups | gmane.linux.lsb.discuss |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm trying to figure out how to use the LSB CC developer kit to force a little hello world GTK app to use the LSB symvers. A few things confuse me: 1) If I run nm on my actual libc, I can see various symbols that have versions. If I run it on the stub libc provideded by lsbdev-base, I don't see any symvers at all. How does this work? 2) In theory, the lsbcc program should statically link anything that isn't needed. Attempting to build an LSB gtk1.2 program that prints Hello World and inits GTK fails with lots of unknown internal Xlib symbols. Basically, I'm wondering what the flags to GCC would be to make it use the LSB stub libraries so I can avoid using lsbcc and just dynamically link gtk. thanks -mike