From: Michael R. <mi...@re...> - 2012-01-10 12:17:35
|
Hello Stefan, > who can i configure tell were serdisplib and my dpf lib are on my system? > > I think about something lik -L or LDFLAGS. put them in a "standard" place, and autoconf (configure) should find them. If e.g serdisplib is installed on my system, configure will detect it automatically. Note that configure produces a (very detailled) logfile "config.log" which should explan all the checks configure does. basically it creates a "test.c file" and tries to compile it. You can see the contents of this test file in config.log I think if libdpf.h can be found in /usr/include (or /usr/local/include) and the lib in /usr/lib (usr/local/lib) everything should be fine. But maybe someone with deeper autoconf knowledge can correct me. regards, Michael -- Michael Reinelt <mi...@re...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |