Opened 11 years ago
Closed 11 years ago
#21972 closed defect (fixed)
liblrdf universal variant
Reported by: | ryandesign (Ryan Schmidt) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | ||
Port: | liblrdf |
Description
On Snow Leopard with universal_archs set to x86_64 i386, liblrdf doesn't build with the universal variant set:
ld: warning: in ../src/.libs/liblrdf.dylib, file is not of required architecture Undefined symbols for architecture i386: "_lrdf_free_setting_values", referenced from: _main in showdefaults.o "_lrdf_get_default_uri", referenced from: _main in showdefaults.o "_lrdf_cleanup", referenced from: _main in showdefaults.o "_lrdf_get_setting_values", referenced from: _main in showdefaults.o "_lrdf_init", referenced from: _main in showdefaults.o "_lrdf_read_files", referenced from: _main in showdefaults.o "_lrdf_get_setting_metadata", referenced from: _main in showdefaults.o ld: symbol(s) not found for architecture i386
There hasn't been a new version of this software since 2004, well before we had Intel Macs and universal builds.
Attachments (1)
Change History (2)
Changed 11 years ago by ryandesign (Ryan Schmidt)
Attachment: | liblrdf.txt added |
---|
comment:1 Changed 11 years ago by ryandesign (Ryan Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Running autoreconf seems to fix it. Fixed in r59149.