Can anyone help me with the error /usr/bin/ld: cannot find -lapr-1. I am
on RHEL and here is my makefile:

IDIR=-I/goesrapps1/apache-log4cxx-0.10.0/include
/goesrapps1/apache-log4cxx-0.10.0/lib/liblog4cxx.a
CC=g++
CFLAGS=-lapr-1 -laprutil-1

all:
        $(CC) testLog4cxx.cpp $(IDIR) $(CFLAGS) 2> errorlog

clean:
        rm -rf *~

Thank You

Reply via email to