codegooglecom / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Missing ldflags for gnome-config module #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build libproxy 0.4 with distro using strict symbol resolution at link time.

What is the expected output? What do you see instead?
Build is failing:
/usr/bin/ld: CMakeFiles/pxgconf.dir/modules/pxgconf.cpp.o: undefined
reference to symbol 'g_object_unref'
/usr/bin/ld: note: 'g_object_unref' is defined in DSO
/lib64/libgobject-2.0.so.0 so try adding it to the linker command line
/lib64/libgobject-2.0.so.0: could not read symbols: Invalid operation
collect2: ld returned 1 exit status

What version of the product are you using? On what operating system?
libproxy 0.4  Fedora 13

Please provide any additional information below.

Patch attached

Original issue reported on code.google.com by kwiz...@gmail.com on 14 Mar 2010 at 7:29

Attachments:

GoogleCodeExporter commented 9 years ago
This was already fixed in trunk: r593.

Original comment by npmccallum@gmail.com on 14 Mar 2010 at 7:40

GoogleCodeExporter commented 9 years ago

Original comment by nicolas.dufresne@gmail.com on 18 May 2010 at 3:09