On Sun, Sep 22, 2013 at 5:59 AM, Jeffrey Walton <noloa...@gmail.com> wrote: > Hi All, > > I'm building on Mac OS X 10.8.4 (x64). The library configured OK, but > it attempts to link against some plist files which are named like > object files. > > libevent-2.0.21-stable$ file .libs/event.o > .libs/event.o: XML document text > libevent-2.0.21-stable$ cat .libs/event.o > <?xml version="1.0" encoding="UTF-8"?> > <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" > "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> > <plist version="1.0"> > <dict> > <key>clang_version</key> > <string>clang version 3.3 (tags/RELEASE_33/final)</string> > ... > > Any ideas??? Searching has not returned up much.
Strange; the likeliest thing I can think of is that something strange is going on with libtool. I know it's a dumb idea, but perhaps there are some old files lurking around from a previous build with a different version of the tools? (I build Libevent 2.0 and 2.1 regularly with OSX 10.8.5, and they work okay for me) *********************************************************************** To unsubscribe, send an e-mail to majord...@freehaven.net with unsubscribe libevent-users in the body.