<html><body>
<p><font size="2" face="sans-serif">Oh ye, I found the error - human side. :/</font><br>
<font size="2" face="sans-serif">./configure --libdir=/usr/lib64/ --includedir=/usr/include --prefix=/usr</font><br>
<font size="2" face="sans-serif">Changed it to /lib64/ and the troubles were gone - it seems.</font><br>
<br>
<font size="2" face="sans-serif">All 3 running through nicely now.</font><br>
<font size="2" face="sans-serif">Regards</font><br>
<br>
<img width="16" height="16" src="cid:1__=4EBBF2C8DFA447038f9e8a93df938690@mdcs.at" border="0" alt="Inactive hide details for rgerhards---22.03.2011 10:34:22---The install/build order is 1. libestr"><font size="2" color="#424282" face="sans-serif">rgerhards---22.03.2011 10:34:22---The install/build order is 1. libestr</font><br>
<br>
<font size="1" color="#5F5F5F" face="sans-serif">Von: </font><font size="1" face="sans-serif">rgerhards@hq.adiscon.com</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">An: </font><font size="1" face="sans-serif">lognorm@lists.adiscon.com</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Datum: </font><font size="1" face="sans-serif">22.03.2011 10:34</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Betreff: </font><font size="1" face="sans-serif">Re: [Lognorm] libee compile issues</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Gesendet von: </font><font size="1" face="sans-serif">lognorm-bounces@lists.adiscon.com</font><br>
<hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br>
<br>
<br>
<tt><font size="2">The install/build order is<br>
<br>
1. libestr<br>
2. libee<br>
3. liblognorm<br>
<br>
They depend on each other in that order. Be sure to use the proper switches<br>
for directories especially on 64 bit systems.<br>
<br>
HTH<br>
Rainer<br>
<br>
> -----Original Message-----<br>
> From: lognorm-bounces@lists.adiscon.com [</font></tt><tt><font size="2"><a href="mailto:lognorm-">mailto:lognorm-</a></font></tt><tt><font size="2"><br>
> bounces@lists.adiscon.com] On Behalf Of stefan.kleindl@rlb-<br>
> stmk.raiffeisen.at<br>
> Sent: Tuesday, March 22, 2011 8:56 AM<br>
> To: lognorm@lists.adiscon.com<br>
> Subject: [Lognorm] libee compile issues<br>
> <br>
> Taking this off champs hands since its my issue after all<br>
> It's a 64bit RHEL 6.0 machine,<br>
> <br>
> Now I'm back to LIBESTR running through and LIBEE not passing configure<br>
> :/<br>
> <br>
> [root@xltest1204 libee-0.1.0]# ./configure --libdir=/usr/lib --<br>
> includedir=/usr/include --prefix=/usr --prefix=/usr<br>
> checking for a BSD-compatible install... /usr/bin/install -c<br>
> checking whether build environment is sane... yes<br>
> checking for a thread-safe mkdir -p... /bin/mkdir -p<br>
> checking for gawk... gawk<br>
> checking whether make sets $(MAKE)... yes<br>
> checking for gcc... gcc<br>
> checking whether the C compiler works... yes<br>
> checking for C compiler default output file name... a.out<br>
> checking for suffix of executables...<br>
> checking whether we are cross compiling... no<br>
> checking for suffix of object files... o<br>
> checking whether we are using the GNU C compiler... yes<br>
> checking whether gcc accepts -g... yes<br>
> checking for gcc option to accept ISO C89... none needed<br>
> checking for style of include used by make... GNU<br>
> checking dependency style of gcc... gcc3<br>
> checking whether gcc and cc understand -c and -o together... yes<br>
> checking build system type... x86_64-unknown-linux-gnu<br>
> checking host system type... x86_64-unknown-linux-gnu<br>
> checking for a sed that does not truncate output... /bin/sed<br>
> checking for grep that handles long lines and -e... /bin/grep<br>
> checking for egrep... /bin/grep -E<br>
> checking for fgrep... /bin/grep -F<br>
> checking for ld used by gcc... /usr/bin/ld<br>
> checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B<br>
> checking the name lister (/usr/bin/nm -B) interface... BSD nm<br>
> checking whether ln -s works... yes<br>
> checking the maximum length of command line arguments... 1966080<br>
> checking whether the shell understands some XSI constructs... yes<br>
> checking whether the shell understands "+="... yes<br>
> checking for /usr/bin/ld option to reload object files... -r<br>
> checking for objdump... objdump<br>
> checking how to recognize dependent libraries... pass_all<br>
> checking for ar... ar<br>
> checking for strip... strip<br>
> checking for ranlib... ranlib<br>
> checking command to parse /usr/bin/nm -B output from gcc object... ok<br>
> checking how to run the C preprocessor... gcc -E<br>
> checking for ANSI C header files... yes<br>
> checking for sys/types.h... yes<br>
> checking for sys/stat.h... yes<br>
> checking for stdlib.h... yes<br>
> checking for string.h... yes<br>
> checking for memory.h... yes<br>
> checking for strings.h... yes<br>
> checking for inttypes.h... yes<br>
> checking for stdint.h... yes<br>
> checking for unistd.h... yes<br>
> checking for dlfcn.h... yes<br>
> checking for objdir... .libs<br>
> checking if gcc supports -fno-rtti -fno-exceptions... no<br>
> checking for gcc option to produce PIC... -fPIC -DPIC<br>
> checking if gcc PIC flag -fPIC -DPIC works... yes<br>
> checking if gcc static flag -static works... no<br>
> checking if gcc supports -c -o file.o... yes<br>
> checking if gcc supports -c -o file.o... (cached) yes<br>
> checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports<br>
> shared libraries... yes<br>
> checking whether -lc should be explicitly linked in... no<br>
> checking dynamic linker characteristics... GNU/Linux ld.so<br>
> checking how to hardcode library paths into programs... immediate<br>
> checking whether stripping libraries is possible... yes<br>
> checking if libtool supports shared libraries... yes<br>
> checking whether to build shared libraries... yes<br>
> checking whether to build static libraries... yes<br>
> checking for xml2-config... yes<br>
> checking for xmlReadFile in -lxml2... yes<br>
> checking for stdlib.h... (cached) yes<br>
> checking for GNU libc compatible malloc... yes<br>
> checking for pkg-config... /usr/bin/pkg-config<br>
> checking pkg-config is at least version 0.9.0... yes<br>
> checking for LIBESTR... configure: error: Package requirements (libestr<br>
> >= 0.0.0) were not met:<br>
> <br>
> No package 'libestr' found<br>
> <br>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you<br>
> installed software in a non-standard prefix.<br>
> <br>
> Alternatively, you may set the environment variables LIBESTR_CFLAGS<br>
> and LIBESTR_LIBS to avoid the need to call pkg-config.<br>
> See the pkg-config man page for more details.<br>
> <br>
> <br>
> [root@xltest1204 lib]# cat pkgconfig/libestr.pc<br>
> prefix=/usr<br>
> exec_prefix=${prefix}<br>
> libdir=/usr/lib<br>
> includedir=/usr/include<br>
> <br>
> Name: libestr<br>
> Description: some essentials for string processing<br>
> Version: 0.1.0<br>
> Libs: -L${libdir} -lestr<br>
> Cflags: -I${includedir}<br>
> <br>
> <br>
> I´m open to suggestions, would like to see this baby working :)<br>
> <br>
> regards<br>
> <br>
> ----------------------------------------<br>
> Raiffeisen-Landesbank Steiermark AG, Graz, FN 264700 s, Landesgericht<br>
> für Zivilrechtssachen Graz, DVR 0040495<br>
> <br>
> Der Austausch von Nachrichten mit oa. Absender via E-Mail dient<br>
> ausschliesslich Informationszwecken. Rechtsgeschaeftliche Erklaerungen<br>
> duerfen ueber dieses Medium nicht ausgetauscht werden.<br>
> Correspondence with a.m. sender via e-mail is only for information<br>
> purposes. This medium is not to be used for the exchange of legally-<br>
> binding communications.<br>
> ----------------------------------------<br>
<br>
_______________________________________________<br>
Lognorm mailing list<br>
Lognorm@lists.adiscon.com<br>
</font></tt><tt><font size="2"><a href="http://lists.adiscon.net/mailman/listinfo/lognorm">http://lists.adiscon.net/mailman/listinfo/lognorm</a></font></tt><tt><font size="2"><br>
</font></tt><br>
<br>
<br>
<font size="1" face="sans-serif">----------------------------------------<br>
Raiffeisen-Landesbank Steiermark AG, Graz, FN 264700 s, Landesgericht für Zivilrechtssachen Graz, DVR 0040495<br>
<br>
Der Austausch von Nachrichten mit oa. Absender via E-Mail dient ausschliesslich Informationszwecken. Rechtsgeschaeftliche Erklaerungen duerfen ueber dieses Medium nicht ausgetauscht werden.<br>
Correspondence with a.m. sender via e-mail is only for information purposes. This medium is not to be used for the exchange of legally-binding communications.<br>
----------------------------------------</font><br>
</body></html>