| Summary: | freqtweak-0.6.0-r1 fails to emerge (collect2: ld returned 1 exit status) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Michael Kiermaier <michael.kiermaier> |
| Component: | New packages | Assignee: | Gentoo Sound Team <sound> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | matt |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Michael Kiermaier
2005-04-29 01:25:19 UTC
I missed 2 lines of the command that gives the error message. Here is it again: i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/libxml2 -I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2 -Wall -D_REENTRANT -march=athlon-tbird -O2 -fomit-frame-pointer -pipe -O2 -fexpensive-optimizations -funroll-loops -finline-functions -ffast-math -c -o FTmodValueLFO.o `test -f 'FTmodValueLFO.cpp' || echo './'`FTmodValueLFO.cpp i686-pc-linux-gnu-g++ -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/libxml2 -I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2 -Wall -D_REENTRANT -march=athlon-tbird -O2 -fomit-frame-pointer -pipe -O2 -fexpensive-optimizations -funroll-loops -finline-functions -ffast-math -o freqtweak FTapp.o FTmainwin.o FTioSupport.o FTjackSupport.o FTprocessPath.o FTspectralEngine.o FTspectragram.o FTspectrumModifier.o FTactiveBarGraph.o FTutils.o FTportSelectionDialog.o FTconfigManager.o RingBuffer.o xml++.o FTprocI.o FTprocDelay.o FTprocEQ.o FTprocGate.o FTprocPitch.o FTprocOrderDialog.o FTdspManager.o FTprocLimit.o FTprocWarp.o FTpresetBlendDialog.o FTpresetBlender.o FTprocCompressor.o FTprocBoost.o FThelpWindow.o FTmodulatorI.o FTmodulatorManager.o FTmodulatorDialog.o FTmodulatorGui.o FTmodRandomize.o FTmodRotate.o FTmodRotateLFO.o FTmodValueLFO.o -lm -lfftw3f -lm -ljack -pthread -lwx_gtk2-2.4 -L/usr/lib -lxml2 -lz -lpthread -lm -lsigc-1.2 /usr/lib/libwx_gtk2-2.4.so: undefined reference to `_gtk_accel_group_detach' /usr/lib/libwx_gtk2-2.4.so: undefined reference to `_gtk_accel_group_attach' /usr/lib/libwx_gtk2-2.4.so: undefined reference to `_gtk_rc_context_get_default_font_name' collect2: ld returned 1 exit status emerge =x11-libs/wxGTK-2.4* freqtweak solved this for me. no problem with the ebuild, it's a problem with your wxGTK, do emerge =x11-libs/wxGTK-2.4* again and this issue should be solved for you |