Re: AIX GM1.2 libltdlc.la
Juergen Blecker <[email protected]> Fri, 26 Oct 2007 15:46:45 +0200
| Newsgroups | gmane.comp.video.graphicsmagick.bugs |
|---|---|
| Message-ID | <OF5105C1C7.C17EA6E0-ONC1257380.004AEF18-C1257380.004BC091@de.ibm.com> |
Hello Bob,
thank you for replying!
Unfortunately it doesn't work for me. With your mentioned options,
configuration fails very early with the following error:
configuring GraphicsMagick 1.2.020071001
checking build system type... powerpc-ibm-aix5.3.0.0
checking host system type... powerpc-ibm-aix5.3.0.0
checking target system type... powerpc-ibm-aix5.3.0.0
checking whether build environment is sane... yes
checking for a BSD-compatible install... ltdl/config/install-sh -c
checking for a thread-safe mkdir -p... ltdl/config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for gcc... cc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
------------------------------------------------------------------------------------------------------
The last lines of another run with a "set -x" in the configure script:
+ echo MAGICK_API_CPPFLAGS=''
+ eval ac_val=$MAGICK_API_PC_CPPFLAGS
+ ac_val=
+ echo MAGICK_API_PC_CPPFLAGS=''
+ eval ac_val=$MAGICK_API_LDFLAGS
+ ac_val=
+ echo MAGICK_API_LDFLAGS=''
+ eval ac_val=$MAGICK_API_LIBS
+ ac_val=
+ echo MAGICK_API_LIBS=''
+ eval ac_val=$LTLIBOBJS
+ ac_val=
+ echo LTLIBOBJS=''
+ sort
+ echo
+ test -n
+ test -s confdefs.h
+ cat
+ 0< /tmp/sh958640.44
+ echo
+ cat confdefs.h
+ echo
+ test 0 != 0
+ echo configure: exit 77
+ rm -f core *.core core.conftest.*
+ rm -f -r conftest.c confdefs.h conf958640* a.out a.exe b.out
+ exit 77
Many Thx in advance!
BR Juergen
Bob Friesenhahn
<bfriesen@simple.
dallas.tx.us> To
Sent by: GraphicsMagick bug reporting and
graphicsmagick-bu discussion
gs-bounces@lists. <[email protected]
sourceforge.net rge.net>
cc
25.10.2007 17:50 Subject
Re: [GM-bugs] AIX GM1.2 libltdlc.la
Please respond to
GraphicsMagick
bug reporting and
discussion
<graphicsmagick-b
[email protected]
orge.net>
On Thu, 25 Oct 2007, Juergen Blecker wrote:
> The configuration options I tried are:
> --prefix MyPath --enable-libtool-verbose --disable-shared
> --disable-ltdl-install
>
> When Linking, it stops always here:
>
> make install-am
> make: Cannot find a rule to create target ./ltdl/libltdlc.la from
> dependencies.
>
> Any ideas?
Try removing the '--disable-ltdl-install' option. My understanding is
that currently libltdl will not be installed and it will be used as a
'convenience' static library so the option serves no purpose.
Applying this option is likely breaking the makefile. When libtool
2.X is finally released, it is expected that packages will be able to
install libltdl.
My (successful) testing under AIX was done with --enable-shared
--enable-modules, which is presumably the most difficult case.
For AIX I also supplied these configure options:
CC=cc
CXX=aCC
CFLAGS='+O3 +w1 -Ae +W 486,474'
CXXFLAGS='+O2 +w1'
--enable-shared --disable-static --with-modules
--enable-libtool-verbose --disable-dependency-tracking
Bob
======================================
Bob Friesenhahn
[email protected], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Graphicsmagick-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/graphicsmagick-bugs
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/