Ticket #736 (new defect)

Opened 3 months ago

module loading on Cygwin

Reported by: yselkowitz Assigned to: dgollub
Priority: normal Milestone:
Component: OpenSync Version: 0.36
Severity: critical Keywords:
Cc:

Description

libopensync assumes that modules have a .so extension. This is not always correct; on Cygwin, for instance, they have a .dll extension. I'm attaching a patch for 0.36 that uses G_MODULE_SUFFIX for portability.

BTW, are you still taking patches for 0.2x?

Attachments

0.36-module-suffix.patch (3.1 kB) - added by yselkowitz on 05/09/08 16:49:57.
0.36-tests-module-suffix.patch (6.5 kB) - added by yselkowitz on 05/09/08 23:57:31.
G_MODULE_SUFFIX patch for 0.36 tests

Change History

05/09/08 16:49:57 changed by yselkowitz

  • attachment 0.36-module-suffix.patch added.

05/09/08 23:57:31 changed by yselkowitz

  • attachment 0.36-tests-module-suffix.patch added.

G_MODULE_SUFFIX patch for 0.36 tests