I have two questions for you guys that I have been unable to figure
out.
1) Is there a way to have a LDADD apply to every program within a
project. For example right now I have:
lpd_SOURCES=lpd.c lpdchar.c printjob.c recvjob.c
lpd_LDADD=liblpr.la $(GLIB_LIBS)
lpc_SOURCES=lpc.c cmds.c cmdtab.c
lp
In one of the pieces of software that I wrote, I have been using
getopt_long and would like to continue using it. What is the
traditional way of dealing with the fact that it doesn't exist on some
platforms such as FreeBSD.
The information that I have is that:
getopt_long is found by default on L