Skip to content
Snippets Groups Projects
Commit 3d75414a authored by layer's avatar layer
Browse files

echo LD_LIBRARY_PATH when building .so files

parent 18f90101
No related branches found
No related tags found
No related merge requests found
# $fiHeader: Makefile.cobjs-svr4,v 1.1 93/04/16 09:26:11 layer Exp $
climol.so: xlibsupport.o xtsupport.o olsupport.o
@echo LD_LIBRARY_PATH is $$LD_LIBRARY_PATH
ld -G -o climol.so xlibsupport.o xtsupport.o olsupport.o \
-L/usr/openwin/lib -lXol -lXt -lX11
climxm.so: xlibsupport.o xtsupport.o MyDrawingA.o
@echo LD_LIBRARY_PATH is $$LD_LIBRARY_PATH
ld -G -o climxm.so xlibsupport.o xtsupport.o MyDrawingA.o \
-lXm -lXt -lX11 -lgen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment