Displaying 1 result from an estimated 1 matches for "dsharedir".
Did you mean:
sharedir
2007 Sep 27
1
[LLVMdev] (external) library issues
...G_H -I. -I. -I.. -I..
-I. -g -O2 -emit-llvm -c -o acl.o acl.c
Command to create the library (omitted all the other .o files):
llvm-ar cru libfetish.a acl.o ...
llvm-ranlib libfetish.a
Command to build and link executable:
llvm-gcc -DLOCALEDIR=\"/usr/local/share/locale\"
-DSHAREDIR=\"/usr/local/share\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
-I../lib -I../lib -g -O2 -emit-llvm -c -o chrgrp.o chgrp.c
llvm-gcc -DLOCALEDIR=\"/usr/local/share/locale\"
-DSHAREDIR=\"/usr/local/share\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
-I../lib -I../lib -g -O2 -emit-...