Created
July 19, 2010 15:15
-
-
Save petelacey/481526 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
depbase=`echo apps/filedump.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I. -I./include -I/usr/include/ossp -march=i586 -MT apps/filedump.o -MD -MP -MF $depbase.Tpo -c -o apps/filedump.o apps/filedump.cpp &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
/bin/bash ./libtool --tag=CXX --mode=link g++ -march=i586 -static -o filedump apps/filedump.o -lomd -lxerces-c | |
libtool: link: g++ -march=i586 -o filedump apps/filedump.o /usr/local/lib/libomd.so -L/usr/lib /usr/lib/libxerces-c.so -lnsl -lpthread -licui18n -licuuc -licudata | |
g++ -DHAVE_CONFIG_H -I. -I./include -I/usr/include/ossp -I./include/Cassandra -I/usr/include/ossp -march=i586 -MT apps/import-import.o -MD -MP -MF apps/.deps/import-import.Tpo -c -o apps/import-import.o `test -f 'apps/import.cpp' || echo './'`apps/import.cpp | |
mv -f apps/.deps/import-import.Tpo apps/.deps/import-import.Po | |
/bin/bash ./libtool --tag=CXX --mode=link g++ -I./include/Cassandra -I/usr/include/ossp -march=i586 -static -o import apps/import-import.o libtickdb.a -lthrift -lomd -lxerces-c | |
libtool: link: warning: library `/usr/local/lib/libthrift.la' was moved. | |
libtool: link: warning: library `/usr/local/lib/libthrift.la' was moved. | |
libtool: link: g++ -I./include/Cassandra -I/usr/include/ossp -march=i586 -o import apps/import-import.o libtickdb.a /usr/local/lib/libthrift.so -lrt /usr/local/lib/libomd.so -L/usr/lib /usr/lib/libxerces-c.so -lnsl -lpthread -licui18n -licuuc -licudata | |
apps/import-import.o: In function `ImportClass::create_uuid()': | |
import.cpp:(.text+0x3406): undefined reference to `uuid_create' | |
import.cpp:(.text+0x3417): undefined reference to `uuid_make' | |
import.cpp:(.text+0x342b): undefined reference to `uuid_export' | |
import.cpp:(.text+0x343a): undefined reference to `uuid_destroy' | |
collect2: ld returned 1 exit status | |
make: *** [import] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment