Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 497196 - games-arcade/pengupop-2.2.5 - ld: main.o: undefined reference to symbol 'sin@@GLIBC_2.2.5'
Summary: games-arcade/pengupop-2.2.5 - ld: main.o: undefined reference to symbol 'sin@...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: underlinking
  Show dependency tree
 
Reported: 2014-01-06 00:46 UTC by Nico Baggus
Modified: 2014-04-09 06:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
pengupop-2.2.5-underlink.patch (pengupop-2.2.5-underlink.patch,349 bytes, patch)
2014-01-29 10:38 UTC, Ted Tanberry
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Baggus 2014-01-06 00:46:42 UTC
LDFLAGS="-lm" emerge pengupop 

is needed to get it working

Reproducible: Always
Comment 1 Ted Tanberry 2014-01-29 10:38:39 UTC
Created attachment 369044 [details, diff]
pengupop-2.2.5-underlink.patch

I'm surprised the current underlinking patch even works, seeing its adding -lm to _LDADD under the DARWIN conditional. Anyways, I've added a standard AC_SEARCH_LIBS to configure.in as it should be.