After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 403763 - Swift driver doesn't build on Feisty
Swift driver doesn't build on Feisty
Status: RESOLVED FIXED
Product: gnome-speech
Classification: Deprecated
Component: drivers
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Willie Walker
GNOME Speech Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2007-02-02 23:33 UTC by Willie Walker
Modified: 2007-02-02 23:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add -lm to swift_LIBS (870 bytes, patch)
2007-02-02 23:38 UTC, Willie Walker
committed Details | Review

Description Willie Walker 2007-02-02 23:33:24 UTC
When attempting to build the Swift driver on Feisty, we get these errors:

/opt/swift/lib/libswift.so: undefined reference to `exp'
/opt/swift/lib/libswift.so: undefined reference to `sin'
/opt/swift/lib/libswift.so: undefined reference to `pow'
/opt/swift/lib/libswift.so: undefined reference to `cos'
collect2: ld returned 1 exit status
make[3]: *** [swift-synthesis-driver] Error 1

Looks like the math library needs to be included on the link.  Dunno why this is different on Feisty -- it works on Edgy.
Comment 1 Willie Walker 2007-02-02 23:38:03 UTC
Created attachment 81798 [details] [review]
Patch to add -lm to swift_LIBS

Tested by several users.  Works well.  Comimtted.