Search:

Type: Posts; User: kroiz

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,499

    spankytanky_LDADD = -L/usr/lib -lSDL...

    spankytanky_LDADD = -L/usr/lib -lSDL
    spankytanky_CPPFLAGS =-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT

    I had to fix Makefile.am and the Makefile.am in the project directory
    /s/SUBDIR/SUBDIRS
  2. Replies
    3
    Views
    2,499

    That is actually ok. AC_CONFIG_SRCDIR parameter,...

    That is actually ok.
    AC_CONFIG_SRCDIR parameter, is some file that is in the package's source directory; configure checks for this file's existence to make sure that the directory that it is told...
  3. Replies
    3
    Views
    2,499

    (autotools) make does not decent to src

    Hi,
    I have only one small cpp file but I am having hard time building it with autotools.
    Before I started with autotools I built it with:
    g++ main.cpp `sdl-config --cflags --libs`
    and that worked...
Results 1 to 3 of 3