Quantcast
Channel: FedoraForum.org
Viewing all articles
Browse latest Browse all 36167

Trouble building hexchat on Fedora 17

$
0
0
Following instructions at the bottom of this page:
http://www.hexchat.org/developers/building


I get through the autogen and configure steps. I get hung up on the "make" step:

Output:

Code:

/usr/bin/ld: sexy-spell-entry.o: undefined reference to symbol 'g_module_open'
/usr/bin/ld: note: 'g_module_open' is defined in DSO /lib64/libgmodule-2.0.so.0 so try adding it to the linker command line
/lib64/libgmodule-2.0.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[3]: *** [hexchat] Error 1
make[3]: Leaving directory `/home/aaron/hexchat/src/fe-gtk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/aaron/hexchat/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/aaron/hexchat'
make: *** [all] Error 2

Can anyone provide some pointers?

---------- Post added at 07:35 AM ---------- Previous post was at 06:31 AM ----------

I was able to get around this with:

Code:

LDFLAGS='-lgmodule-2.0' ./configure

Viewing all articles
Browse latest Browse all 36167

Trending Articles