Re: [swift-users] Issues linking a C library module using swift build

2015-12-14 Thread Max Howell via swift-users
Might well be that it is a statically compiled library. Would be easy to test. Do you mind opening a ticket for this? https://bugs.swift.org > Hello all, > > > I’m having some strange issues on osx when trying to link a C library module. > I’ve successfully did this before with another library

[swift-users] Issues linking a C library module using swift build

2015-12-14 Thread Valentin Radu via swift-users
Hello all, I’m having some strange issues on osx when trying to link a C library module. I’ve successfully did this before with another library, however, for some reason this one doesn’t work. My module map looks like this: module CFCGI [system] { header "/usr/local/include/cfcgi/cfcgi.h"