Code Sample |
$ export CFLAGS=-I/opt/rdesktop/include $ export LDFLAGS=-L/opt/rdesktop/lib $ ./configure --help [to check application specific options] $ ./configure --prefix=/opt/rdesktop [+app specific options] $ make $ touch mymarker $ sudo make install $ sudo find / -not -type 'd' -cnewer mymarker | grep -v "\/proc\/" | tee files |
Quote |
I understand that I can specify where to get the libraries (LDFLAGS) I just don;t know which libraries to put in the folder I am specifying. |
Quote |
You mentioned before using a switch which enabled the use of runtime libraries for compilation |