Menu

Error compiling Blitz

Gilli
2008-03-03
2013-04-15
  • Gilli

    Gilli - 2008-03-03

    Hi,

    When trying to compile the blitz i get the following error

    configure: error: cannot find sources (Makefile.in) in . or ..

    Please let me know how to solve this !!!

    I configured my apache and the php and its working fine. Tested with a php page.

    Steps to reproduce the above error :

    1. tar zxvf blitz.tar.gz
    2. cd blitz
    3. phpize
    4. ./configure

    After step 4 i get the error.

    Help me in solving this issue.

    Thanks

    Gilli

     
    • Alexey Rybak

      Alexey Rybak - 2008-03-04

      I think you have to install fresh autoconf version. Or you can create something like this

      LTLIBRARY_NAME        = libblitz.la
      LTLIBRARY_SOURCES     = blitz.c
      LTLIBRARY_SHARED_NAME = blitz.la
      LTLIBRARY_SHARED_LIBADD  = $(BLITZ_SHARED_LIBADD)

      include $(top_srcdir)/build/dynlib.mk

      However I writing this just from scratch with no testing - so I could make mistakes

      wbr,
      fisher

       

Log in to post a comment.