| Summary: | xawtv doesn't compile because of "error: PIC register `%ebx' clobbered in `asm'" | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Thomas Schweikle <tps> |
| Component: | Current packages | Assignee: | Television related Applications in Gentoo's Portage <media-tv> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Thomas Schweikle
2005-01-22 08:11:15 UTC
what version of xawtv? Granted I personally don't use this program. So we'll see how much help I can be. This looks like an upstream issue for sure. media-tv/xawtv-3.86-r2 For me it doesn't look like an upstream problem. After recompiling everything with the new gcc 3.4.x the error changed: console/fs.o(.text+0x692): In function `fs_connect': : undefined reference to `FSOpenServer' console/fs.o(.text+0x6c5): In function `fs_connect': : undefined reference to `FSServerName' console/fs.o(.text+0x700): In function `fs_connect': : undefined reference to `FSServerName' console/fs.o(.text+0x7a2): In function `fs_open': : undefined reference to `FSListFonts' console/fs.o(.text+0x818): In function `fs_open': : undefined reference to `FSOpenBitmapFont' console/fs.o(.text+0x825): In function `fs_open': : undefined reference to `FSFreeFontNames' console/fs.o(.text+0x88f): In function `fs_open': : undefined reference to `FSQueryXInfo' console/fs.o(.text+0x8c5): In function `fs_open': : undefined reference to `FSQueryXExtents16' console/fs.o(.text+0x900): In function `fs_open': : undefined reference to `FSQueryXBitmaps16' collect2: ld returned 1 exit status make: *** [console/fbtv] Error 1 It seems to be related to some incorrect setup within gentoo. Include the ld & gcc lines that preceed this error. That newest error is caused by the Makefile not having the proper -L and -l settings. |