search for: libtransform_la

Displaying 3 results from an estimated 3 matches for "libtransform_la".

2012 Mar 28
3
Compiling Omega 1.2.9 on Windows 7 64-Bit
...cast-qual - Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Wstrict- null-sentinel -Wshadow -Wstrict-overflow=1 -Winit-self -Wlogical-op -Wmissing-de clarations -fvisibility=hidden -I/xapian/xapian-core-1.2.9/include -g -O2 -MT li btransform_la-transform.lo -MD -MP -MF .deps/libtransform_la-transform.Tpo -c -o libtransform_la-transform.lo `test -f 'transform.cc' || echo './'`transform.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./common -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -W format-security -fno-gn...
2016 Sep 22
2
issues compiling omega
All, I'm having some issues compiling omega. Here are the particulars I'm on win7, using cygwin 4.9.2 64 bit. Here's the relevant output from make: libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith -Wca st-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1
2016 Sep 22
2
issues compiling omega
...ned reference error correctly, I think what make is telling me is that it can't find timegm.o, which I believe handles the definitions as specified in timegm.h. The libtool: link command is being generated by some variables in the Makefile. As best as I can tell, the list of .o files comes from libtransform_la_OBJECTS, which comes from am_libtransform_la_OBJECTS, which comes from libtransform_la-transform.lo, which does some make stuff that I can't follow that seems to be centered around transform.cc I'm guessing that if I could somehow get timegm.o added to that list that the undefined referenc...