the first example is what should happen the second one I give is what is happening for me. If anyone can shed some light on this please do so.
Thanks,
EXAMPLE 1 --
$ FOOMATIC_RIP=/usr/libexec/cups/filter/foomatic-rip CC=gcc-4.0 ./configure
checking for gcc... gcc-4.0
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-4.0 accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... yes
checking for gzip... /usr/bin/gzip
checking for cups/model/... /usr/share/cups/model
checking for gs... /usr/local/bin/gs
testing /usr/local/bin/gs...
ESP Ghostscript 7.07 (2003-07-12)
Copyright 2003 artofcode LLC and Easy Software Products, all rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Version=707
ok
checking for foomatic-rip... /usr/libexec/cups/filter/foomatic-rip
checking for foomatic-ppdfile... no
checking for foomatic/db/... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m2300w.spec
config.status: creating src/Makefile
config.status: creating src/m2300w-wrapper
config.status: creating ppd/Makefile
config.status: creating psfiles/Makefile
config.status: creating foomatic/Makefile
$ make
for DIR in src psfiles foomatic ppd; do (cd $DIR; make all); done
gcc-4.0 -g -O2 -o m2300w m2300w.c
make[1]: Nothing to be done for `all".
make[1]: Nothing to be done for `all".
make[1]: Nothing to be done for `all".
EXAMPLE2 --What happens for me---Note the error at the MAKE
FOOMATIC_RIP=/usr/libexec/cups/filter/foomatic-rip CC=gcc-4.0 ./configure
checking for gcc... gcc-4.0
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-4.0 accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... yes
checking for floor in -lm... yes
checking for gzip... /usr/bin/gzip
checking for cups/model/... /usr/share/cups/model
checking for gs... /usr/local/bin/gs
testing /usr/local/bin/gs...
ESP Ghostscript 7.07 (2003-07-12)
Copyright 2003 artofcode LLC and Easy Software Products, all rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Version=707
ok
checking for foomatic-rip... /usr/libexec/cups/filter/foomatic-rip
checking for foomatic-ppdfile... no
checking for foomatic/db/... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m2300w.spec
config.status: creating src/Makefile
config.status: creating src/m2300w-wrapper
config.status: creating ppd/Makefile
config.status: creating psfiles/Makefile
config.status: creating foomatic/Makefile
mikes-computer:/temp/m2300w-0.51 mike$ make
for DIR in src psfiles foomatic ppd; do (cd $DIR; make all); done
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: *** No rule to make target `magicolor_2300W-m2300w.ppd', needed by `all'. Stop.
make: *** [all] Error 2
Thanks,
EXAMPLE 1 --
$ FOOMATIC_RIP=/usr/libexec/cups/filter/foomatic-rip CC=gcc-4.0 ./configure
checking for gcc... gcc-4.0
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-4.0 accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... yes
checking for gzip... /usr/bin/gzip
checking for cups/model/... /usr/share/cups/model
checking for gs... /usr/local/bin/gs
testing /usr/local/bin/gs...
ESP Ghostscript 7.07 (2003-07-12)
Copyright 2003 artofcode LLC and Easy Software Products, all rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Version=707
ok
checking for foomatic-rip... /usr/libexec/cups/filter/foomatic-rip
checking for foomatic-ppdfile... no
checking for foomatic/db/... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m2300w.spec
config.status: creating src/Makefile
config.status: creating src/m2300w-wrapper
config.status: creating ppd/Makefile
config.status: creating psfiles/Makefile
config.status: creating foomatic/Makefile
$ make
for DIR in src psfiles foomatic ppd; do (cd $DIR; make all); done
gcc-4.0 -g -O2 -o m2300w m2300w.c
make[1]: Nothing to be done for `all".
make[1]: Nothing to be done for `all".
make[1]: Nothing to be done for `all".
EXAMPLE2 --What happens for me---Note the error at the MAKE
FOOMATIC_RIP=/usr/libexec/cups/filter/foomatic-rip CC=gcc-4.0 ./configure
checking for gcc... gcc-4.0
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-4.0 accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... yes
checking for floor in -lm... yes
checking for gzip... /usr/bin/gzip
checking for cups/model/... /usr/share/cups/model
checking for gs... /usr/local/bin/gs
testing /usr/local/bin/gs...
ESP Ghostscript 7.07 (2003-07-12)
Copyright 2003 artofcode LLC and Easy Software Products, all rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Version=707
ok
checking for foomatic-rip... /usr/libexec/cups/filter/foomatic-rip
checking for foomatic-ppdfile... no
checking for foomatic/db/... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m2300w.spec
config.status: creating src/Makefile
config.status: creating src/m2300w-wrapper
config.status: creating ppd/Makefile
config.status: creating psfiles/Makefile
config.status: creating foomatic/Makefile
mikes-computer:/temp/m2300w-0.51 mike$ make
for DIR in src psfiles foomatic ppd; do (cd $DIR; make all); done
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: *** No rule to make target `magicolor_2300W-m2300w.ppd', needed by `all'. Stop.
make: *** [all] Error 2