This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
David, > As user ldm > i run the following command from /home/ldm/ldm6.3 > > |./configure --disable-max-size > | > |--enable-logging=local/n > configure.log 2>&1/ <glindex.html#localn>| If you want the LDM system to identify itself to the system logging daemin as anything other than "local0", then you should use an option argument like "local6" instead of "local/n". > > I get the following error: > > checking for C compiler default output file name... > configure: error: C compiler cannot create executables > See `config.log' for more details. > > > Im using Red Hat WS4 > > I have attached my configure.log, config.log > > Thank You > David Nordello > > > > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by configure, which was > generated by GNU Autoconf 2.61. Invocation command line was > > $ ./configure > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = clam > uname -m = i686 > uname -r = 2.6.9-42.0.10.ELsmp > uname -s = Linux > uname -v = #1 SMP Fri Feb 16 17:17:21 EST 2007 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = i686 > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /home/ldm/decoders > PATH: /home/ldm/util > PATH: /home/ldm/bin > PATH: /usr/kerberos/bin > PATH: /usr/local/bin > PATH: /bin > PATH: /usr/bin > PATH: /usr/X11R6/bin > PATH: /home/ldm/bin > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1897: checking for C compiler version > configure:1904: /usr/bin/gcc --version >&5 > gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3) > Copyright (C) 2006 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > configure:1907: $? = 0 > configure:1914: /usr/bin/gcc -v >&5 > Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs > Configured with: ../configure --prefix=/usr --mandir=/usr/share/man > --infodir=/usr/share/info --enable-shared --enable-threads=posix > --disable-checking --with-system-zlib --enable-__cxa_atexit > --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux > Thread model: posix > gcc version 3.4.6 20060404 (Red Hat 3.4.6-3) > configure:1917: $? = 0 > configure:1924: /usr/bin/gcc -V >&5 > gcc: `-V' option must have argument > configure:1927: $? = 1 > configure:1950: checking for C compiler default output file name > configure:1977: /usr/bin/gcc -03 -DNDEBUG conftest.c -lrpcsoc >&5 > gcc: unrecognized option `-03' > /usr/bin/ld: cannot find -lrpcsoc > collect2: ld returned 1 exit status The compilation line above should not have contained the arguments "-O3", "-DNDEBUG", or "-lrpcsoc". When you executed the "configure" script, what were the values of the environment variables CPPFLAGS, CFLAGS, LDFLAGS, and LIBS? Regards, Steve Emmerson Ticket Details =================== Ticket ID: YZT-839453 Department: Support LDM Priority: Normal Status: On Hold