News:

2023-08-10 - ExifTool version 12.65 released

Main Menu

make command not run

Started by Archive, May 12, 2010, 08:54:15 AM

Previous topic - Next topic

Archive

[Originally posted by awmarsh on 2008-02-07 12:15:13-08]

when i run make command then followinf errors come.......

 I see you're using perl 5.008008 on sun4-solaris, okay.
    Remember to actually *read* the README file!
    Use  'make' to build the software (dmake or nmake on Windows).
    Then 'make test' to execute self tests.
    Then 'make install' to install the DBI and then delete this working
    directory before unpacking and building any DBD::* drivers.

Writing Makefile for DBI
root@P361XCFYAP # make
gcc -c    -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -I/opt/gnu/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O    -DVERSION=\"1.56\"  -DXS_VERSION=\"1.56\" -fPIC "-I/usr/local/lib/perl5/5.8.8/sun4-solaris/CORE"  -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter -DDBI_NO_THREADS Perl.c
cc1: error: unrecognized option `-Wdeclaration-after-statement'
*** Error code 1
make: Fatal error: Command failed for target `Perl.o'
root@P361XCFYAP #

Archive

[Originally posted by exiftool on 2008-02-07 13:35:05-08]

If you are trying to confuse me, it is working.  I am not on sun4-solaris.
Is this the system you are using?  If not, you still haven't told me what
system you are running.  There are many different types of "Unix".

But as mentioned several times in the documentation, you do NOT
need to run "make" to install exiftool.  Just move "exiftool" and the "lib"
directory to any directory in your PATH.  Then run it by typing
"exiftool".