Passing environment variables in GNU Make (13)

10 Name: #!/usr/bin/anonymous : 2008-01-12 01:05 ID:1ddx106R

>>6 You want what's called -rpath Usually something like this works:

gcc -Xlinker -rpath -Xlinker /path/to/target/dir $(LDFLAGS) $(CFLAGS) $(INCLUDES) $(LIBS) -o ../bicebot bicebot.c
This thread has been closed. You cannot post in this thread any longer.