Problem create executable

Hello.   
I have a problem.   
I have made a program that it reads the latitude, the longitude and the height and it transforms it in coordinated (x,y) utm. It works me correctly in Labview 7.1   
The problem és that with Modul of pda it doesn't work. The alone program contains it formula node and for loop. This the suport the pda.   
Can somebody help me? Do you know that it happens??   
Thank you, G
Attachments:
Sub WGS84 ED 50.llb ‏66 KB

Hi Greta,
I send this info:
1. http://digital.ni.com/public.nsf/websearch/A8C4C8AD23D49FCB86256D24004DE407?OpenDocument
2. http://digital.ni.com/public.nsf/websearch/8A8F5B4DFCCF665886256D8E004C8AF7?OpenDocument
3. http://digital.ni.com/public.nsf/websearch/69974434F3A8AC8086256E70004F5B31?OpenDocument
Moreover, on the SubWGS84-ED50-3.vi you have a shif register that you would have to initialize, if not, the loop uses the value written to the shift register when the loop last executed or the default value for the data type if the loop has never executed.
Likewise, it would be better if you can save the subvi with a short name and without the following simbols (-, *, /, [, ...)
I hope this helps you.
Regards
DiegoM.

Similar Messages

  • Problem creating executing entity class program

    i am getting the following error if i try the tutorial which creates an entity class, servlet
    http://www.netbeans.org/kb/60/javaee/ejb30.html
    i have followed each and every step given in the same sequence also. kindly help me out.
    HTTP Status 500 -
    type Exception report
    message
    descriptionThe server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: PWC1391: Servlet.init() for servlet ListNews threw exception
    root cause
    java.lang.RuntimeException: WEB5002: Exception in handleBeforeEvent.
    root cause
    com.sun.enterprise.InjectionException: Exception attempting to inject Resolved Ejb-Ref web.ListNews/newsEntityFacade@jndi: - > NewsEntityFacade into class web.ListNews
    root cause
    javax.naming.NameNotFoundException: No object bound to name java:comp/env/web.ListNews/newsEntityFacade
    note The full stack traces of the exception and its root causes are available in the Sun Java System Application Server 9.1_02 logs.
    Sun Java System Application Server 9.1_02

    If you're wondering why you've had no response, it's because your question has precisely nothing to do with the topic of this forum.
    Locking this thread.

  • Problem Creating Hyperlink to another workbook

    I am having a problem creating a hyperlink to a worksheet in another workbook.
    Here is what I have done:
    Created the master and detail reports in 2 different workbooks.
    Executed the master worksheet to display the data
    Right clicked the field in the first row where I want to create the hyperlink, and chose Manage Links
    Clicked the New Link button
    Chose Worksheet for Where do you want to link to?
    Clicked Browse by the Destination Worksheet
    Clicked the detail report from the list of workbooks but the select button is grayed out
    Does anyone have any idea why it won't let me select the detail report to link to?
    I have OracleBI Discoverer Plus 10g
    Any suggestions would be deeply appreciated.

    Yes, I did add a parameter to the detail report so that I could get detail just for that one item. The part that is giving me trouble is specifying the Destination workbook/worksheet. I see the detail report when I browse but the Select button is grayed out so I haven't made it to the part where you identify what values to pass to the detail report yet.

  • Issues installing ruby 1.9.3 - error: C compiler cannot create executables

    I am trying to install ruby 1.9.3 on my Macbook pro but I've run into a wall.
    Here are the essentials;
    OS: OS X 10.7.3
    Xcode: 4.3
    When I run the rvm command I get the following...
    "rvm install 1.9.3"
    Fetching yaml-0.1.4.tar.gz to /Users/vindigo/.ram/archives
    Extracting yaml-0.1.4.tar.gz to /Users/vindigo/.rvm/src
    Configuring yaml in /Users/vindigo/.rvm/src/yaml-0.1.4.
    Error running ' ./configure --prefix="/Users/vindigo/.rvm/usr"  ', please read /Users/vindigo/.rvm/log/ruby-1.9.3-p125/yaml/configure.log
    Compiling yaml in /Users/vindigo/.rvm/src/yaml-0.1.4.
    Error running 'make ', please read /Users/vindigo/.rvm/log/ruby-1.9.3-p125/yaml/make.log
    Database file /Users/vindigo/.rvm/config/packages does not exist.
    Installing Ruby from source to: /Users/vindigo/.rvm/rubies/ruby-1.9.3-p125, this may take a while depending on your cpu(s)...
    ruby-1.9.3-p125 - #fetching
    ruby-1.9.3-p125 - #extracted to /Users/vindigo/.rvm/src/ruby-1.9.3-p125 (already extracted)
    ruby-1.9.3-p125 - #configuring
    Error running ' ./configure --prefix=/Users/vindigo/.rvm/rubies/ruby-1.9.3-p125 --enable-shared --disable-install-doc --with-libyaml --with-opt-dir=/Users/vindigo/.rvm/usr ', please read /Users/vindigo/.rvm/log/ruby-1.9.3-p125/configure.log
    There has been an error while running configure. Halting the installation.
    CONFIGURE.LOG
    [2012-02-26 14:56:49]  ./configure --prefix="/Users/vindigo/.rvm/usr" 
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... config/install-sh -c -d
    checking for gawk... no
    checking for mawk... no
    checking for nawk... no
    checking for awk... awk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking whether the C compiler works... no
    configure: error: in `/Users/vindigo/.rvm/src/yaml-0.1.4':
    configure: error: C compiler cannot create executables
    See `config.log' for more details
    MAKE.LOG
    make: *** No targets specified and no makefile found.  Stop.
    Another suggestion I received was to use the following command...
    "rvm install 1.9.3 --with-gcc=clang"
    but I get the same results.
    At this point I've exhausted my options and I am not sure what to try next, other than starting from scratch and reloading the entire OS.
    Any help would be greatly appreaciated.
    Thanks,
    Rich

    Phew!  That was harrowing.
    Found this, and it solved the problem.  Refreshingly, it was written in English and done well at that! 
    http://pragmaticstudio.com/blog/2010/9/23/install-rails-ruby-mac
    Follow all the instructions.  The main missing ingredient for me was downloading the developer tools for the command line from Apple.  I had to register there, but it was free. These tools seemed to install the compiler where it was needed.  You might need a github something or other, I don't know.  I think I downloaded it as some point.  Anyway, I did everything this author told me, and now I have my first rails app!  Good luck - Joel

  • Problem While Executing T.CODE DP90

    Hi,
      We have Upgrade our system from 4.6C to ECC6.
      We are facing following problem while executing Resource Related Billing request 
      Through Transaction code DP90.
    Process.
    1.     We are creating Sales Order and system will create Service order automatically as per the configuration.
    2.     In service order we have External as well internal operations ,
    Internal operations will be confirmed through IW41, and External Operations we are creating Purchase Requisition then creating PO and MIRO,
    After all Operations confirmed we will make Service order status as technically completed, then we are executing DP90 for Resource Related Billing, System will determine the material, combination of Cost element and Activity Type (Which is configured in T.Code ODP1) For External Operations System is Considering Activity Type for material determination in 4.6c but it is not considering Activity Type for Material Determination in ECC6 for External Operations.
       Please Help me,
    Edited by: D B on Apr 29, 2008 6:13 PM

    Hi Prashanth,
          Thanks for your reply, but all activity are valid in current period, in our Scenario in the old system for External Operations with combination of Activity type and Cost element system is determining material but where as in the new system for external operations it is not considering the Activity type and system is determining the material in the combination of   Cost element and Blank activity type so, we are getting different material in DP90.

  • Problem in executing the adobe form

    Hi,
    Using the SFP tcode i have createda an interface and a form for that interface.
    i have to import parameters from vbap table which i have mapped in the form..there is no problem while executing and activating the form...
    but while i am executing the form after passing the values i am getting an exception : SYSTEM ERROR
    Meassage ID: FPRUNX
    ADS: SOAP Runtime Exception: CSoap Exception Transport.
    Are the forms craeted using SFP tcode are Standalone forms i.e. non-interactive forms?

    Hi friend,
    Its not like that the Adobe created using SFP is non interactive.
    We can create interactive forms using SFP transaction using java code.
    I think it will be the problem with ADS just check with your basis people i think they will configure you the settings which works fine.
    To check whether the settings are perfect you can try executing the standard programs FP_TEST_00 and
    FP_PDF_TEST_00. If it works fine then some other problem exists else check with your basis team.
    Just check this and revert me if you have any issues. I will help you
    Thanks,
    Sri Hari

  • Problem  in executing EXE from browser-URGENT

    Hi all,
    I am facing a problem in executing "c exe" file from my web based application, iam using IAS
    on Solaris. my program is able to catch the path but its not executing (this is wirking fine in windows) i am giving a sample code here
    Runtime rt=Runtime.getRuntime();
    Process pro=rt.exec("/datadisk1/java/runsol.exe");
    pro.waitFor();
    runsol.exe will generate s text file when executed, when i run this in a independent java program then it is executing, on browser it is not executing and output text file is not creating.
    Note: i am working on Solaris / Oracle AS 9i
    Thanks
    Bye.

    Security issue. Calling .exe from applet not possible by default.

  • Build failed () configure: error: C compiler create executable[SOLVED]

    I am a newbie in the forums, i recently installed arch x86_64 and am having a hard time building packages, i did install base-devel , gcc gcc-fortran gcc-obc..........all that stuff i also installed all the base devel stuff...like fakeroot,flex....(all the base devel stuff) but not luck, when i try 'makepkg -s' it still brings this error ---> " configure: error: C compiler cannot create executables" or sometimes --> configure: error: C++ compiler cannot create executables , i googled a bit on possible solutions, i came acroos similar post but the newbie was not using x86_64, i tried reinstalling GCC but to no avail whats the problem?
    hereis my makepkg.conf details
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    # Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u'
    'http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u'
    'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u'
    'rsync::/usr/bin/rsync -z %u %o'
    'scp::/usr/bin/scp -C %u %o')
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/curl
    # ARCHITECTURE, COMPILE FLAGS
    CARCH="x86_64"
    CHOST="x86_64-unknown-linux-gnu"
    #-- Exclusive: will only run on x86_64
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe"
    CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe"
    LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed"
    #-- Make Flags: change this for DistCC/SMP systems
    #MAKEFLAGS="-j2"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(fakeroot !distcc color !ccache)
    # A negated environment option will do the opposite of the comments below.
    #-- fakeroot: Allow building packages as a non-root user
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    BUILDENV=(fakeroot !distcc color !ccache)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip docs libtool emptydirs zipman purge)
    # A negated option will do the opposite of the comments below.
    #-- strip: Strip symbols from binaries/libraries in STRIP_DIRS
    #-- docs: Save doc directories specified by DOC_DIRS
    #-- libtool: Leave libtool (.la) files in packages
    #-- emptydirs: Leave empty directories in packages
    #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
    #-- purge: Remove files specified by PURGE_TARGETS
    OPTIONS=(strip docs libtool emptydirs zipman purge)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Options to be used when stripping binaries. See `man strip' for details.
    STRIP_BINARIES="--strip-all"
    #-- Options to be used when stripping shared libraries. See `man strip' for details.
    STRIP_SHARED="--strip-unneeded"
    #-- Options to be used when stripping static libraries. See `man strip' for details.
    STRIP_STATIC="--strip-debug"
    #-- Manual (man and info) directories to compress (if zipman is specified)
    MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
    #-- Doc directories to remove (if !docs is specified)
    DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
    #-- Directories to be searched for the strip option (if strip is specified)
    STRIP_DIRS=(bin lib sbin usr/{bin,lib,sbin,local/{bin,lib,sbin}} opt/*/{bin,lib,sbin})
    #-- Files to be removed from all packages (if purge is specified)
    PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Source packages: specify a fixed directory where all src packages will be placed
    #SRCPKGDEST=/home/srcpackages
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    # EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    PKGEXT='.pkg.tar.xz'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:
    EDIT by bash: use the 'code' tag!
    Last edited by bray085 (2011-01-16 16:29:13)

    yo man sorry about that...as i said am a newbie..but i will be up and running with no time...i have double checked the config, i cant figure anything...i need your arch skills...anywayz here is my config.log details
    $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-xcb --disable-static
    ## Platform. ##
    hostname = Muruthi
    uname -m = x86_64
    uname -r = 2.6.33-ARCH
    uname -s = Linux
    uname -v = #1 SMP PREEMPT Thu May 13 11:32:37 CEST 2010
    /usr/bin/uname -p = unknown
    /bin/uname -X = unknown
    /bin/arch = x86_64
    /usr/bin/arch -k = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown
    PATH: /usr/local/bin
    PATH: /usr/bin
    PATH: /bin
    PATH: /usr/local/sbin
    PATH: /usr/sbin
    PATH: /sbin
    PATH: /usr/bin/vendor_perl
    PATH: /usr/bin/core_perl
    ## Core tests. ##
    configure:3338: checking for gcc
    configure:3354: found /usr/bin/gcc
    configure:3365: result: gcc
    configure:3594: checking for C compiler version
    configure:3603: gcc --version >&5
    gcc (GCC) 4.5.2
    Copyright (C) 2010 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:3614: $? = 0
    configure:3603: gcc -v >&5
    Using built-in specs.
    COLLECT_GCC=gcc
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/lto-wrapper
    Target: x86_64-unknown-linux-gnu
    Configured with: /build/src/gcc-4.5.2/configure --prefix=/usr --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-gnu-unique-object --enable-lto --enable-plugin --enable-gold --with-plugin-ld=ld.gold --disable-multilib --disable-libstdcxx-pch --with-system-zlib --with-ppl --with-cloog --with-cloog-include=/usr/include/cloog-ppl --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
    Thread model: posix
    gcc version 4.5.2 (GCC)
    configure:3614: $? = 0
    configure:3603: gcc -V >&5
    gcc: '-V' option must have argument
    configure:3614: $? = 1
    configure:3603: gcc -qversion >&5
    gcc: unrecognized option '-qversion'
    gcc: no input files
    configure:3614: $? = 1
    configure:3634: checking whether the C compiler works
    configure:3656: gcc -march=x86-64 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/cc1: error while loading shared libraries: libmpfr.so.4: cannot open shared object file: No such file or directory
    configure:3660: $? = 1
    configure:3698: result: no
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "cairo"
    | #define PACKAGE_TARNAME "cairo"
    | #define PACKAGE_VERSION "1.10.2"
    | #define PACKAGE_STRING "cairo 1.10.2"
    | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
    | #define PACKAGE_URL ""
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:3703: error: in `/home/irong33k/Desktop/src/cairo-1.10.2':
    configure:3705: error: C compiler cannot create executables
    See `config.log' for more details
    ## Cache variables. ##
    ac_cv_env_CCC_set=
    ac_cv_env_CCC_value=
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    ac_cv_env_CFLAGS_set=set
    ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe'
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_CXXCPP_set=
    ac_cv_env_CXXCPP_value=
    ac_cv_env_CXXFLAGS_set=set
    ac_cv_env_CXXFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe'
    ac_cv_env_CXX_set=
    ac_cv_env_CXX_value=
    ac_cv_env_FONTCONFIG_CFLAGS_set=
    ac_cv_env_FONTCONFIG_CFLAGS_value=
    ac_cv_env_FONTCONFIG_LIBS_set=
    ac_cv_env_FONTCONFIG_LIBS_value=
    ac_cv_env_FREETYPE_CFLAGS_set=
    ac_cv_env_FREETYPE_CFLAGS_value=
    ac_cv_env_FREETYPE_LIBS_set=
    ac_cv_env_FREETYPE_LIBS_value=
    ac_cv_env_GOBJECT_CFLAGS_set=
    ac_cv_env_GOBJECT_CFLAGS_value=
    ac_cv_env_GOBJECT_LIBS_set=
    ac_cv_env_GOBJECT_LIBS_value=
    ac_cv_env_LDFLAGS_set=set
    ac_cv_env_LDFLAGS_value='-Wl,--hash-style=gnu -Wl,--as-needed'
    ac_cv_env_LIBRSVG_CFLAGS_set=
    ac_cv_env_LIBRSVG_CFLAGS_value=
    ac_cv_env_LIBRSVG_LIBS_set=
    ac_cv_env_LIBRSVG_LIBS_value=
    ac_cv_env_LIBSPECTRE_CFLAGS_set=
    ac_cv_env_LIBSPECTRE_CFLAGS_value=
    ac_cv_env_LIBSPECTRE_LIBS_set=
    ac_cv_env_LIBSPECTRE_LIBS_value=
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_PKG_CONFIG_set=
    ac_cv_env_PKG_CONFIG_value=
    ac_cv_env_POPPLER_CFLAGS_set=
    ac_cv_env_POPPLER_CFLAGS_value=
    ac_cv_env_POPPLER_LIBS_set=
    ac_cv_env_POPPLER_LIBS_value=
    ac_cv_env_VALGRIND_CFLAGS_set=
    ac_cv_env_VALGRIND_CFLAGS_value=
    ac_cv_env_VALGRIND_LIBS_set=
    ac_cv_env_VALGRIND_LIBS_value=
    ac_cv_env_XMKMF_set=
    ac_cv_env_XMKMF_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_directfb_CFLAGS_set=
    ac_cv_env_directfb_CFLAGS_value=
    ac_cv_env_directfb_LIBS_set=
    ac_cv_env_directfb_LIBS_value=
    ac_cv_env_drm_CFLAGS_set=
    ac_cv_env_drm_CFLAGS_value=
    ac_cv_env_drm_LIBS_set=
    ac_cv_env_drm_LIBS_value=
    ac_cv_env_drm_xr_CFLAGS_set=
    ac_cv_env_drm_xr_CFLAGS_value=
    ac_cv_env_drm_xr_LIBS_set=
    ac_cv_env_drm_xr_LIBS_value=
    ac_cv_env_egl_CFLAGS_set=
    ac_cv_env_egl_CFLAGS_value=
    ac_cv_env_egl_LIBS_set=
    ac_cv_env_egl_LIBS_value=
    ac_cv_env_gl_CFLAGS_set=
    ac_cv_env_gl_CFLAGS_value=
    ac_cv_env_gl_LIBS_set=
    ac_cv_env_gl_LIBS_value=
    ac_cv_env_glib_CFLAGS_set=
    ac_cv_env_glib_CFLAGS_value=
    ac_cv_env_glib_LIBS_set=
    ac_cv_env_glib_LIBS_value=
    ac_cv_env_gtk_CFLAGS_set=
    ac_cv_env_gtk_CFLAGS_value=
    ac_cv_env_gtk_LIBS_set=
    ac_cv_env_gtk_LIBS_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_pixman_CFLAGS_set=
    ac_cv_env_pixman_CFLAGS_value=
    ac_cv_env_pixman_LIBS_set=
    ac_cv_env_pixman_LIBS_value=
    ac_cv_env_png_CFLAGS_set=
    ac_cv_env_png_CFLAGS_value=
    ac_cv_env_png_LIBS_set=
    ac_cv_env_png_LIBS_value=
    ac_cv_env_png_REQUIRES_set=
    ac_cv_env_png_REQUIRES_value=
    ac_cv_env_qt_CFLAGS_set=
    ac_cv_env_qt_CFLAGS_value=
    ac_cv_env_qt_LIBS_set=
    ac_cv_env_qt_LIBS_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_env_xcb_CFLAGS_set=
    ac_cv_env_xcb_CFLAGS_value=
    ac_cv_env_xcb_LIBS_set=
    ac_cv_env_xcb_LIBS_value=
    ac_cv_env_xcb_drm_CFLAGS_set=
    ac_cv_env_xcb_drm_CFLAGS_value=
    ac_cv_env_xcb_drm_LIBS_set=
    ac_cv_env_xcb_drm_LIBS_value=
    ac_cv_env_xcb_shm_CFLAGS_set=
    ac_cv_env_xcb_shm_CFLAGS_value=
    ac_cv_env_xcb_shm_LIBS_set=
    ac_cv_env_xcb_shm_LIBS_value=
    ac_cv_env_xlib_CFLAGS_set=
    ac_cv_env_xlib_CFLAGS_value=
    ac_cv_env_xlib_LIBS_set=
    ac_cv_env_xlib_LIBS_value=
    ac_cv_env_xlib_xcb_CFLAGS_set=
    ac_cv_env_xlib_xcb_CFLAGS_value=
    ac_cv_env_xlib_xcb_LIBS_set=
    ac_cv_env_xlib_xcb_LIBS_value=
    ac_cv_env_xlib_xrender_CFLAGS_set=
    ac_cv_env_xlib_xrender_CFLAGS_value=
    ac_cv_env_xlib_xrender_LIBS_set=
    ac_cv_env_xlib_xrender_LIBS_value=
    ac_cv_prog_ac_ct_CC=gcc
    ## Output variables. ##
    ACLOCAL=''
    AMDEPBACKSLASH=''
    AMDEP_FALSE=''
    AMDEP_TRUE=''
    AMTAR=''
    AM_BACKSLASH=''
    AM_DEFAULT_VERBOSITY=''
    AR=''
    AS=''
    AUTOCONF=''
    AUTOHEADER=''
    AUTOMAKE=''
    AWK=''
    BFD_LIBS=''
    BUILD_ANY2PPM_FALSE=''
    BUILD_ANY2PPM_TRUE=''
    BUILD_CXX_FALSE=''
    BUILD_CXX_TRUE=''
    BUILD_DRM_XR_FALSE=''
    BUILD_DRM_XR_TRUE=''
    BUILD_PRIVATE_GLEW_FALSE=''
    BUILD_PRIVATE_GLEW_TRUE=''
    BUILD_SPHINX_FALSE=''
    BUILD_SPHINX_TRUE=''
    BUILD_XCB_SHM_FALSE=''
    BUILD_XCB_SHM_TRUE=''
    BUILD_XLIB_XCB_FALSE=''
    BUILD_XLIB_XCB_TRUE=''
    CAIROBOILERPLATE_LIBS=''
    CAIROPERF_LIBS=''
    CAIRO_CAN_TEST_PDF_SURFACE_FALSE=''
    CAIRO_CAN_TEST_PDF_SURFACE_TRUE=''
    CAIRO_CAN_TEST_PS_SURFACE_FALSE=''
    CAIRO_CAN_TEST_PS_SURFACE_TRUE=''
    CAIRO_CAN_TEST_SVG_SURFACE_FALSE=''
    CAIRO_CAN_TEST_SVG_SURFACE_TRUE=''
    CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE_FALSE=''
    CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE_TRUE=''
    CAIRO_CFLAGS=''
    CAIRO_HAS_BEOS_SURFACE_FALSE=''
    CAIRO_HAS_BEOS_SURFACE_TRUE=''
    CAIRO_HAS_DIRECTFB_SURFACE_FALSE=''
    CAIRO_HAS_DIRECTFB_SURFACE_TRUE=''
    CAIRO_HAS_DL_FALSE=''
    CAIRO_HAS_DL_TRUE=''
    CAIRO_HAS_DRM_SURFACE_FALSE=''
    CAIRO_HAS_DRM_SURFACE_TRUE=''
    CAIRO_HAS_DRM_XR_FUNCTIONS_FALSE=''
    CAIRO_HAS_DRM_XR_FUNCTIONS_TRUE=''
    CAIRO_HAS_EGL_FUNCTIONS_FALSE=''
    CAIRO_HAS_EGL_FUNCTIONS_TRUE=''
    CAIRO_HAS_FC_FONT_FALSE=''
    CAIRO_HAS_FC_FONT_TRUE=''
    CAIRO_HAS_FT_FONT_FALSE=''
    CAIRO_HAS_FT_FONT_TRUE=''
    CAIRO_HAS_GALLIUM_SURFACE_FALSE=''
    CAIRO_HAS_GALLIUM_SURFACE_TRUE=''
    CAIRO_HAS_GLX_FUNCTIONS_FALSE=''
    CAIRO_HAS_GLX_FUNCTIONS_TRUE=''
    CAIRO_HAS_GL_SURFACE_FALSE=''
    CAIRO_HAS_GL_SURFACE_TRUE=''
    CAIRO_HAS_GOBJECT_FUNCTIONS_FALSE=''
    CAIRO_HAS_GOBJECT_FUNCTIONS_TRUE=''
    CAIRO_HAS_INTERPRETER_FALSE=''
    CAIRO_HAS_INTERPRETER_TRUE=''
    CAIRO_HAS_LCOV_FALSE=''
    CAIRO_HAS_LCOV_TRUE=''
    CAIRO_HAS_MULTI_PAGE_SURFACES_FALSE=''
    CAIRO_HAS_MULTI_PAGE_SURFACES_TRUE=''
    CAIRO_HAS_OS2_SURFACE_FALSE=''
    CAIRO_HAS_OS2_SURFACE_TRUE=''
    CAIRO_HAS_PDF_SURFACE_FALSE=''
    CAIRO_HAS_PDF_SURFACE_TRUE=''
    CAIRO_HAS_PNG_FUNCTIONS_FALSE=''
    CAIRO_HAS_PNG_FUNCTIONS_TRUE=''
    CAIRO_HAS_PS_SURFACE_FALSE=''
    CAIRO_HAS_PS_SURFACE_TRUE=''
    CAIRO_HAS_PTHREAD_FALSE=''
    CAIRO_HAS_PTHREAD_TRUE=''
    CAIRO_HAS_QT_SURFACE_FALSE=''
    CAIRO_HAS_QT_SURFACE_TRUE=''
    CAIRO_HAS_QUARTZ_FONT_FALSE=''
    CAIRO_HAS_QUARTZ_FONT_TRUE=''
    CAIRO_HAS_QUARTZ_IMAGE_SURFACE_FALSE=''
    CAIRO_HAS_QUARTZ_IMAGE_SURFACE_TRUE=''
    CAIRO_HAS_QUARTZ_SURFACE_FALSE=''
    CAIRO_HAS_QUARTZ_SURFACE_TRUE=''
    CAIRO_HAS_SCRIPT_SURFACE_FALSE=''
    CAIRO_HAS_SCRIPT_SURFACE_TRUE=''
    CAIRO_HAS_SKIA_SURFACE_FALSE=''
    CAIRO_HAS_SKIA_SURFACE_TRUE=''
    CAIRO_HAS_SPECTRE_FALSE=''
    CAIRO_HAS_SPECTRE_TRUE=''
    CAIRO_HAS_SVG_SURFACE_FALSE=''
    CAIRO_HAS_SVG_SURFACE_TRUE=''
    CAIRO_HAS_SYMBOL_LOOKUP_FALSE=''
    CAIRO_HAS_SYMBOL_LOOKUP_TRUE=''
    CAIRO_HAS_TEE_SURFACE_FALSE=''
    CAIRO_HAS_TEE_SURFACE_TRUE=''
    CAIRO_HAS_TEST_SURFACES_FALSE=''
    CAIRO_HAS_TEST_SURFACES_TRUE=''
    CAIRO_HAS_TRACE_FALSE=''
    CAIRO_HAS_TRACE_TRUE=''
    CAIRO_HAS_VG_SURFACE_FALSE=''
    CAIRO_HAS_VG_SURFACE_TRUE=''
    CAIRO_HAS_WGL_FUNCTIONS_FALSE=''
    CAIRO_HAS_WGL_FUNCTIONS_TRUE=''
    CAIRO_HAS_WIN32_FONT_FALSE=''
    CAIRO_HAS_WIN32_FONT_TRUE=''
    CAIRO_HAS_WIN32_SURFACE_FALSE=''
    CAIRO_HAS_WIN32_SURFACE_TRUE=''
    CAIRO_HAS_XCB_DRM_FUNCTIONS_FALSE=''
    CAIRO_HAS_XCB_DRM_FUNCTIONS_TRUE=''
    CAIRO_HAS_XCB_SHM_FUNCTIONS_FALSE=''
    CAIRO_HAS_XCB_SHM_FUNCTIONS_TRUE=''
    CAIRO_HAS_XCB_SURFACE_FALSE=''
    CAIRO_HAS_XCB_SURFACE_TRUE=''
    CAIRO_HAS_XLIB_SURFACE_FALSE=''
    CAIRO_HAS_XLIB_SURFACE_TRUE=''
    CAIRO_HAS_XLIB_XCB_FUNCTIONS_FALSE=''
    CAIRO_HAS_XLIB_XCB_FUNCTIONS_TRUE=''
    CAIRO_HAS_XLIB_XRENDER_SURFACE_FALSE=''
    CAIRO_HAS_XLIB_XRENDER_SURFACE_TRUE=''
    CAIRO_HAS_XML_SURFACE_FALSE=''
    CAIRO_HAS_XML_SURFACE_TRUE=''
    CAIRO_LDFLAGS=''
    CAIRO_LIBS=''
    CAIRO_LIBTOOL_VERSION_INFO=''
    CAIRO_NONPKGCONFIG_CFLAGS=''
    CAIRO_NONPKGCONFIG_LIBS=''
    CAIRO_RELEASE_STATUS=''
    CAIRO_REQUIRES=''
    CAIRO_TEST_MODE=''
    CAIRO_TEST_UNDEFINED_LDFLAGS=''
    CAIRO_VERSION_MAJOR=''
    CAIRO_VERSION_MICRO=''
    CAIRO_VERSION_MINOR=''
    CAIRO_VERSION_SONUM=''
    CC='gcc'
    CCDEPMODE=''
    CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe'
    CPP=''
    CPPFLAGS=''
    CROSS_COMPILING_FALSE=''
    CROSS_COMPILING_TRUE=''
    CXX=''
    CXXCPP=''
    CXXDEPMODE=''
    CXXFLAGS='-march=x86-64 -mtune=generic -O2 -pipe'
    CYGPATH_W=''
    DEFS=''
    DEPDIR=''
    DISABLE_SOME_FLOATING_POINT_FALSE=''
    DISABLE_SOME_FLOATING_POINT_TRUE=''
    DLLTOOL=''
    DSYMUTIL=''
    DUMPBIN=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    ENABLE_GTK_DOC_FALSE=''
    ENABLE_GTK_DOC_TRUE=''
    EXEEXT=''
    FGREP=''
    FIND=''
    FONTCONFIG_CFLAGS=''
    FONTCONFIG_LIBS=''
    FREETYPE_CFLAGS=''
    FREETYPE_CONFIG=''
    FREETYPE_LIBS=''
    GOBJECT_CFLAGS=''
    GOBJECT_LIBS=''
    GREP=''
    GS=''
    GTKDOC_CHECK=''
    GTK_DOC_USE_LIBTOOL_FALSE=''
    GTK_DOC_USE_LIBTOOL_TRUE=''
    HAVE_GTK_FALSE=''
    HAVE_GTK_TRUE=''
    HAVE_PTHREAD_FALSE=''
    HAVE_PTHREAD_TRUE=''
    HAVE_REAL_PTHREAD_FALSE=''
    HAVE_REAL_PTHREAD_TRUE=''
    HAVE_SHM_FALSE=''
    HAVE_SHM_TRUE=''
    HTML_DIR=''
    INSTALL_DATA=''
    INSTALL_PROGRAM=''
    INSTALL_SCRIPT=''
    INSTALL_STRIP_PROGRAM=''
    LD=''
    LDFLAGS='-Wl,--hash-style=gnu -Wl,--as-needed'
    LIBM=''
    LIBOBJS=''
    LIBRSVG_CFLAGS=''
    LIBRSVG_LIBS=''
    LIBS=''
    LIBSPECTRE_CFLAGS=''
    LIBSPECTRE_LIBS=''
    LIBTOOL=''
    LIPO=''
    LN_S=''
    LTLIBOBJS=''
    LTP=''
    LTP_GENHTML=''
    MAKEINFO=''
    MKDIR_P=''
    NM=''
    NMEDIT=''
    OBJDUMP=''
    OBJEXT=''
    OS_WIN32_FALSE=''
    OS_WIN32_TRUE=''
    OTOOL64=''
    OTOOL=''
    PACKAGE=''
    PACKAGE_BUGREPORT='http://bugs.freedesktop.org/enter_bug.cgi?product=cairo'
    PACKAGE_NAME='cairo'
    PACKAGE_STRING='cairo 1.10.2'
    PACKAGE_TARNAME='cairo'
    PACKAGE_URL=''
    PACKAGE_VERSION='1.10.2'
    PATH_SEPARATOR=':'
    PKGCONFIG_REQUIRES=''
    PKG_CONFIG=''
    POPPLER_CFLAGS=''
    POPPLER_LIBS=''
    RANLIB=''
    SED=''
    SET_MAKE=''
    SHELL='/bin/sh'
    SHLIB_EXT=''
    SHM_LIBS=''
    SHTOOL=''
    STRIP=''
    VALGRIND_CFLAGS=''
    VALGRIND_LIBS=''
    VERSION=''
    XARGS=''
    XMKMF=''
    X_CFLAGS=''
    X_EXTRA_LIBS=''
    X_LIBS=''
    X_PRE_LIBS=''
    ac_ct_CC='gcc'
    ac_ct_CXX=''
    ac_ct_DUMPBIN=''
    am__EXEEXT_FALSE=''
    am__EXEEXT_TRUE=''
    am__fastdepCC_FALSE=''
    am__fastdepCC_TRUE=''
    am__fastdepCXX_FALSE=''
    am__fastdepCXX_TRUE=''
    am__include=''
    am__isrc=''
    am__leading_dot=''
    am__quote=''
    am__tar=''
    am__untar=''
    bindir='${exec_prefix}/bin'
    build=''
    build_alias=''
    build_cpu=''
    build_os=''
    build_vendor=''
    datadir='${datarootdir}'
    datarootdir='${prefix}/share'
    directfb_CFLAGS=''
    directfb_LIBS=''
    docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    drm_CFLAGS=''
    drm_LIBS=''
    drm_xr_CFLAGS=''
    drm_xr_LIBS=''
    dvidir='${docdir}'
    egl_CFLAGS=''
    egl_LIBS=''
    exec_prefix='NONE'
    gallium_DIR=''
    gl_CFLAGS=''
    gl_LIBS=''
    glib_CFLAGS=''
    glib_LIBS=''
    gtk_CFLAGS=''
    gtk_LIBS=''
    host=''
    host_alias=''
    host_cpu=''
    host_os=''
    host_vendor=''
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    install_sh=''
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='/var'
    lt_ECHO='echo'
    mandir='${datarootdir}/man'
    mesa_DIR=''
    mkdir_p=''
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    pixman_CFLAGS=''
    pixman_LIBS=''
    png_CFLAGS=''
    png_LIBS=''
    png_REQUIRES=''
    prefix='/usr'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    pthread_CFLAGS=''
    pthread_LIBS=''
    qt_CFLAGS=''
    qt_LIBS=''
    real_pthread_CFLAGS=''
    real_pthread_LIBS=''
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    shm_LIBS=''
    skia_DIR=''
    sysconfdir='/etc'
    target_alias=''
    xcb_CFLAGS=''
    xcb_LIBS=''
    xcb_drm_CFLAGS=''
    xcb_drm_LIBS=''
    xcb_shm_CFLAGS=''
    xcb_shm_LIBS=''
    xlib_CFLAGS=''
    xlib_LIBS=''
    xlib_xcb_CFLAGS=''
    xlib_xcb_LIBS=''
    xlib_xrender_CFLAGS=''
    xlib_xrender_LIBS=''
    ## confdefs.h. ##
    /* confdefs.h */
    #define PACKAGE_NAME "cairo"
    #define PACKAGE_TARNAME "cairo"
    #define PACKAGE_VERSION "1.10.2"
    #define PACKAGE_STRING "cairo 1.10.2"
    #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
    #define PACKAGE_URL ""
    configure: exit 77

  • [solved] Cannot compile conky-cli (compiler cannot create executables)

    I'm having what seems to be a pretty common problem, but I cannot solve it. I've searched google and the forums, and I'm sure the answer is very easy, but I'm just stuck.
    ==> Starting build()...
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking for C compiler default output file name...
    configure: error: in `/tmp/yaourt-tmp-heleos/aur-conky-cli/conky-cli/src/conky-1.7.1.1':
    configure: error: C compiler cannot create executables
    See `config.log' for more details.
    make: *** No targets specified and no makefile found. Stop.
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build conky-cli package.
    If someone could point me in the right direction that would be great
    Solved my own problem! Looks like it was a change I made to my makepkg.conf.... Does anyone have a CFLAGS that's safe for an i7?
    Last edited by heleos (2009-08-25 01:07:24)

    Do you (or someone else) have a pkgbuild that you would like to share? I'm in need of the ecj compiler, but didn't find a pkgbuild in aur (unlessed I missed it somehow)
    Kind regards,
    Simon

  • Installing Clamav: configure: error: C compiler cannot create executables

    I want to install clamav-0.93.3 but i keep getting an error at ./configure
    This server doesn't have access to internet so blastwave isn't an option i think.
    Here is my config.log
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    It was created by clamav configure 0.93.3, which was
    generated by GNU Autoconf 2.61. Invocation command line was
    $ ./configure CC=/usr/bin/gcc
    ## Platform. ##
    hostname = host-fs1
    uname -m = i86pc
    uname -r = 5.10
    uname -s = SunOS
    uname -v = Generic_118855-36
    /usr/bin/uname -p = i386
    /bin/uname -X = System = SunOS
    Node = host-fs1
    Release = 5.10
    KernelID = Generic_118855-36
    Machine = i86pc
    BusType = <unknown>
    Serial = <unknown>
    Users = <unknown>
    OEM# = 0
    Origin# = 1
    NumCPU = 4
    /bin/arch = i86pc
    /usr/bin/arch -k = i86pc
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown
    PATH: /sbin
    PATH: /usr/sbin
    PATH: /usr/bin
    PATH: /usr/sfw/bin
    PATH: /usr/sfw/sbin
    PATH: /usr/ccs/bin
    PATH: /usr/openwin/bin
    PATH: /usr/dt/bin
    PATH: /opt/sfw/bin
    PATH: /opt/sfw/sbin
    ## Core tests. ##
    configure:2028: checking build system type
    configure:2046: result: i386-pc-solaris2.10
    configure:2068: checking host system type
    configure:2083: result: i386-pc-solaris2.10
    configure:2105: checking target system type
    configure:2120: result: i386-pc-solaris2.10
    configure:2205: result: creating target.h - canonical system defines
    configure:2351: checking for a BSD-compatible install
    configure:2407: result: config/install-sh -c
    configure:2418: checking whether build environment is sane
    configure:2461: result: yes
    configure:2489: checking for a thread-safe mkdir -p
    configure:2528: result: config/install-sh -c -d
    configure:2541: checking for gawk
    configure:2571: result: no
    configure:2541: checking for mawk
    configure:2571: result: no
    configure:2541: checking for nawk
    configure:2557: found /usr/bin/nawk
    configure:2568: result: nawk
    configure:2579: checking whether make sets $(MAKE)
    configure:2604: result: no
    configure:2803: checking for gawk
    configure:2830: result: nawk
    configure:2854: checking for a BSD-compatible install
    configure:2910: result: config/install-sh -c
    configure:2921: checking whether ln -s works
    configure:2925: result: yes
    configure:2932: checking whether make sets $(MAKE)
    configure:2957: result: no
    configure:3048: checking for style of include used by make
    configure:3076: result: none
    configure:3146: checking for gcc
    configure:3173: result: /usr/bin/gcc
    configure:3411: checking for C compiler version
    configure:3418: /usr/bin/gcc --version >&5
    gcc (GCC) 3.4.6
    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:3421: $? = 0
    configure:3428: /usr/bin/gcc -v >&5
    Reading specs from /usr/local/lib/gcc/i386-pc-solaris2.10/3.4.6/specs
    Configured with: ../configure with-as=/usr/ccs/bin/as with-ld=/usr/ccs/bin/ld enable-shared enable-languages=c,c++,f77
    Thread model: posix
    gcc version 3.4.6
    configure:3431: $? = 0
    configure:3438: /usr/bin/gcc -V >&5
    gcc: `-V' option must have argument
    configure:3441: $? = 1
    configure:3464: checking for C compiler default output file name
    configure:3491: /usr/bin/gcc conftest.c >&5
    gcc: installation problem, cannot exec `as': No such file or directory
    configure:3494: $? = 1
    configure:3532: result:
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "clamav"
    | #define PACKAGE_TARNAME "clamav"
    | #define PACKAGE_VERSION "0.93.3"
    | #define PACKAGE_STRING "clamav 0.93.3"
    | #define PACKAGE_BUGREPORT "http://bugs.clamav.net/"
    | #define PACKAGE PACKAGE_NAME
    | #define VERSION "0.93.3"
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:3539: error: C compiler cannot create executables
    See `config.log' for more details.
    ## Cache variables. ##
    ac_cv_build=i386-pc-solaris2.10
    ac_cv_env_CC_set=set
    ac_cv_env_CC_value=/usr/bin/gcc
    ac_cv_env_CFLAGS_set=
    ac_cv_env_CFLAGS_value=
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_LDFLAGS_set=
    ac_cv_env_LDFLAGS_value=
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_host=i386-pc-solaris2.10
    ac_cv_prog_AWK=nawk
    ac_cv_prog_ac_ct_CC=/usr/bin/gcc
    ac_cv_prog_make_make_set=no
    ac_cv_target=i386-pc-solaris2.10
    ## Output variables. ##
    ACLOCAL='${SHELL} /usr/src/clamav-0.93.3src/config/missing --run aclocal-1.10'
    AMDEPBACKSLASH='\'
    AMDEP_FALSE='#'
    AMDEP_TRUE=''
    AMTAR='${SHELL} /usr/src/clamav-0.93.3src/config/missing --run tar'
    AR=''
    AUTOCONF='${SHELL} /usr/src/clamav-0.93.3src/config/missing --run autoconf'
    AUTOHEADER='${SHELL} /usr/src/clamav-0.93.3src/config/missing --run autoheader'
    AUTOMAKE='${SHELL} /usr/src/clamav-0.93.3src/config/missing --run automake-1.10'
    AWK='nawk'
    BUILD_CLAMD_FALSE=''
    BUILD_CLAMD_TRUE=''
    CC='/usr/bin/gcc'
    CCDEPMODE=''
    CFGDIR=''
    CFLAGS=''
    CLAMAVGROUP=''
    CLAMAVUSER=''
    CLAMAV_MILTER_LIBS=''
    CLAMD_LIBS=''
    CPP=''
    CPPFLAGS=''
    CYGPATH_W='echo'
    DBDIR=''
    DEFS=''
    DEPDIR='.deps'
    DSYMUTIL=''
    ECHO='echo'
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    ENABLE_UNRAR_FALSE=''
    ENABLE_UNRAR_TRUE=''
    EXEEXT=''
    FRESHCLAM_LIBS=''
    GETENT=''
    GREP=''
    HAVE_LIBGMP=''
    HAVE_MILTER_FALSE=''
    HAVE_MILTER_TRUE=''
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
    LDFLAGS=''
    LIBBZ2=''
    LIBBZ2_PREFIX=''
    LIBCLAMAV_LIBS=''
    LIBCLAMAV_VERSION='4:4:0'
    LIBGMP=''
    LIBGMP_PREFIX=''
    LIBOBJS=''
    LIBS=''
    LIBTOOL=''
    LN_S='ln -s'
    LTLIBBZ2=''
    LTLIBGMP=''
    LTLIBOBJS=''
    MAINT=''
    MAINTAINER_MODE_FALSE=''
    MAINTAINER_MODE_TRUE=''
    MAKEINFO='${SHELL} /usr/src/clamav-0.93.3src/config/missing --run makeinfo'
    NMEDIT=''
    OBJEXT=''
    PACKAGE='clamav'
    PACKAGE_BUGREPORT='http://bugs.clamav.net/'
    PACKAGE_NAME='clamav'
    PACKAGE_STRING='clamav 0.93.3'
    PACKAGE_TARNAME='clamav'
    PACKAGE_VERSION='0.93.3'
    PATH_SEPARATOR=':'
    RANLIB=''
    SED=''
    SET_MAKE='MAKE=make'
    SHELL='/bin/bash'
    STRIP=''
    THREAD_LIBS=''
    TH_SAFE=''
    VERSION='0.93.3'
    VERSIONSCRIPTFLAG=''
    VERSIONSCRIPT_FALSE=''
    VERSIONSCRIPT_TRUE=''
    ac_ct_CC='/usr/bin/gcc'
    am__fastdepCC_FALSE=''
    am__fastdepCC_TRUE=''
    am__include='#'
    am__isrc=''
    am__leading_dot='.'
    am__quote=''
    am__tar='${AMTAR} chof - "$$tardir"'
    am__untar='${AMTAR} xf -'
    bindir='${exec_prefix}/bin'
    build='i386-pc-solaris2.10'
    build_alias=''
    build_cpu='i386'
    build_os='solaris2.10'
    build_vendor='pc'
    datadir='${datarootdir}'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    dvidir='${docdir}'
    exec_prefix='NONE'
    host='i386-pc-solaris2.10'
    host_alias=''
    host_cpu='i386'
    host_os='solaris2.10'
    host_vendor='pc'
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    install_sh='$(SHELL) /usr/src/clamav-0.93.3src/config/install-sh'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='${prefix}/var'
    mandir='${datarootdir}/man'
    mkdir_p='$(top_builddir)/config/install-sh -c -d'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    prefix='NONE'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    sbindir='${exec_prefix}/sbin'
    sendmailprog=''
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target='i386-pc-solaris2.10'
    target_alias=''
    target_cpu='i386'
    target_os='solaris2.10'
    target_vendor='pc'
    ## confdefs.h. ##
    #define PACKAGE_NAME "clamav"
    #define PACKAGE_TARNAME "clamav"
    #define PACKAGE_VERSION "0.93.3"
    #define PACKAGE_STRING "clamav 0.93.3"
    #define PACKAGE_BUGREPORT "http://bugs.clamav.net/"
    #define PACKAGE PACKAGE_NAME
    #define VERSION "0.93.3"
    configure: exit 77
    Can anyone please help me i am desperate......
    thanxs

    I need to download the dvd image again its about 2 GB.
    I've downloaded the image. scp SUNWPROT to the server.
    this is the install it didn't go well:
    root@host-fs1:/usr/src# pkgadd -d . SUNWsprot
    Processing package instance <SUNWsprot> from </usr/share/src>
    Solaris Bundled tools(i386) 5.10,REV=2004.12.18
    Copyright 2004 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    This appears to be an attempt to install the same architecture and
    version of a package which is already installed. This installation
    will attempt to overwrite this package.
    The installation of this package was previously terminated and
    installation was never successfully completed.
    Do you want to continue with the installation of <SUNWsprot> [y,n,?] y
    Using </> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    16 package pathnames are already properly installed.
    ## Verifying package dependencies.
    ## Verifying disk space requirements.
    ## Checking for conflicts with packages already installed.
    ## Checking for setuid/setgid programs.
    This package contains scripts which will be executed with super-user
    permission during the process of installing this package.
    Do you want to continue with the installation of <SUNWsprot> [y,n,?] y
    Installing Solaris Bundled tools as <SUNWsprot>
    ## Installing part 1 of 1.
    cpio: Can't read input: end of file encountered prior to expected end of archive.
    1 errors
    Unarchiving of /usr/share/src/SUNWsprot/archive/none failed with error 1
    pkgadd: ERROR: class action script did not complete successfully
    Installation of <SUNWsprot> failed.
    Any suggestions?
    Edited by: arragon_jaap on 25-aug-2008 11:37

  • Gcc error :  C compiler cannot create executables

    +I am getting the same error from all my Configure scripts+.
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking for C compiler default output... configure: error: C compiler cannot create executables
    See `config.log' for more details.
    +config.log shows:+
    configure:1728: checking for gcc
    configure:1744: found /usr/bin/gcc
    configure:1754: result: gcc
    configure:1998: checking for C compiler version
    configure:2001: gcc --version </dev/null >&5
    2.95.2
    configure:2004: $? = 0
    configure:2006: gcc -v </dev/null >&5
    Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs
    Apple Computer, Inc. version gcc-938, based on gcc version 2.95.2 19991024 (release)
    configure:2009: $? = 0
    configure:2011: gcc -V </dev/null >&5
    gcc: argument to `-V' is missing
    configure:2014: $? = 1
    configure:2038: checking for C compiler default output
    configure:2041: gcc conftest.c >&5
    dyld: lazy symbol binding failed: Symbol not found: _NXOpenFile
    Referenced from: /usr/libexec/gcc/darwin/ppc/cpp-precomp
    Expected in: /usr/lib/libSystem.B.dylib
    dyld: Symbol not found: _NXOpenFile
    Referenced from: /usr/libexec/gcc/darwin/ppc/cpp-precomp
    Expected in: /usr/lib/libSystem.B.dylib
    gcc: Internal compiler error: program cpp-precomp got fatal signal 5
    configure:2044: $? = 1
    configure: failed program was:
    | #line 2017 "configure"
    +The simplest compile has essentially the same error:+
    gcc hello.c
    dyld: lazy symbol binding failed: Symbol not found: _NXOpenFile
    Referenced from: /usr/libexec/gcc/darwin/ppc/cpp-precomp
    Expected in: /usr/lib/libSystem.B.dylib
    dyld: Symbol not found: _NXOpenFile
    Referenced from: /usr/libexec/gcc/darwin/ppc/cpp-precomp
    Expected in: /usr/lib/libSystem.B.dylib
    gcc: Internal compiler error: program cpp-precomp got fatal signal 5
    I'm stumped. This is Mac OS 10.6.5 Snow Leopard; 2 Ghz Intel Core 2 Duo; 4 G RAM.
    gcc2.95.2.pkg installed.
    X11SDK.pkg installed
    This all began when I moved to to MacBook from my old iBook.

    The Snow Leopard install CD has a sub-directory "Optional Installs" which holds a package "Xcode.mpkg". Installing Xcode.mpkg fixed my problem. My compiler is running fine now.

  • Error: C compiler cannot create executables

    Install ctags-5.7 ~
    ./configure  Error
    Error Message:checking for C compiler default output file name... configure: error: C compiler cannot create executables
    config.log:
    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.59.  Invocation command line was
      $ ./configure
    ## Platform. ##
    hostname = kanoumatoMac-mini.local
    uname -m = x86_64
    uname -r = 12.0.0
    uname -s = Darwin
    uname -v = Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
    /usr/bin/uname -p = i386
    /bin/uname -X     = unknown
    /bin/arch              = unknown
    /usr/bin/arch -k       = unknown
    /usr/convex/getsysinfo = unknown
    hostinfo               = Mach kernel version:
               Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
    Kernel configured for up to 4 processors.
    2 processors are physically available.
    4 processors are logically available.
    Processor type: i486 (Intel 80486)
    Processors active: 0 1 2 3
    Primary memory available: 6.00 gigabytes
    Default processor set: 135 tasks, 684 threads, 4 processors
    Load average: 1.09, Mach factor: 2.90
    /bin/machine           = unknown
    /usr/bin/oslevel       = unknown
    /bin/universe          = unknown
    PATH: /Developer/usr/bin/
    PATH: /usr/bin
    PATH: /bin
    PATH: /usr/sbin
    PATH: /sbin
    PATH: /usr/local/bin
    ## Core tests. ##
    configure:1401: checking whether to install link to etags
    configure:1408: result: no
    configure:1411: checking whether to install readtags object file
    configure:1418: result: no
    configure:1491: checking for gcc
    configure:1507: found /Developer/usr/bin//gcc
    configure:1517: result: gcc
    configure:1761: checking for C compiler version
    configure:1764: gcc --version </dev/null >&5
    i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
    Copyright (C) 2007 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:1767: $? = 0
    configure:1769: gcc -v </dev/null >&5
    Using built-in specs.
    Target: i686-apple-darwin11
    Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~22/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.1~22/dst-llvmCore/Devel oper/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
    Thread model: posix
    gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
    configure:1772: $? = 0
    configure:1774: gcc -V </dev/null >&5
    llvm-gcc-4.2: argument to `-V' is missing
    configure:1777: $? = 1
    configure:1800: checking for C compiler default output file name
    configure:1803: gcc    conftest.c  >&5
    ld: library not found for -lcrt1.10.6.o
    collect2: ld returned 1 exit status
    configure:1806: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define DEFAULT_FILE_FORMAT 2
    | /* end confdefs.h.  */
    |
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:1845: error: C compiler cannot create executables
    See `config.log' for more details.
    ## Cache variables. ##
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    ac_cv_env_CFLAGS_set=
    ac_cv_env_CFLAGS_value=
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_LDFLAGS_set=
    ac_cv_env_LDFLAGS_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_prog_ac_ct_CC=gcc
    ## Output variables. ##
    CC='gcc'
    CFLAGS=''
    CPP=''
    CPPFLAGS=''
    DEFS=''
    ECHO_C='ECHO_N=''
    ECHO_T=''
    EGREP=''
    EXEEXT=''
    LDFLAGS=''
    LIBOBJS=''
    LIBS=''
    LN_S=''
    LTLIBOBJS=''
    OBJEXT=''
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME=''
    PACKAGE_STRING=''
    PACKAGE_TARNAME=''
    PACKAGE_VERSION=''
    PATH_SEPARATOR=':'
    SHELL='/bin/sh'
    STRIP=''
    ac_ct_CC='gcc'
    bindir='${exec_prefix}/bin'
    build_alias=''
    datadir='${prefix}/share'
    exec_prefix='NONE'
    host_alias=''
    includedir='${prefix}/include'
    infodir='${prefix}/info'
    install_targets='install-ctags'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localstatedir='${prefix}/var'
    mandir='${prefix}/man'
    oldincludedir='/usr/include'
    prefix='NONE'
    program_transform_name='s,x,x,'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sort_found=''
    sysconfdir='${prefix}/etc'
    target_alias=''
    ## confdefs.h. ##
    #define DEFAULT_FILE_FORMAT 2
    #define PACKAGE_BUGREPORT ""
    #define PACKAGE_NAME ""
    #define PACKAGE_STRING ""
    #define PACKAGE_TARNAME ""
    #define PACKAGE_VERSION ""
    configure: exit 77

    ctags comes Mountain Lion. If you wish to download and install a newer version, it compiles perfectly. I don't know what problem the original poster had. If you are having specific problems, I suggest you post exactly what problems you are having in your own thread in the Developer Forums.

  • Error: C compiler cannot create executables [SOLVED!!!]

    hi,
    i am trying to make an evolution package that includes support for a palm pilot. i got the PKGBUILD file from somebody else and copied it to a directory. In that directory I then executed
    makepkg
    and tried to compile it. It goes pretty smooth until it complains about the following thing:
    error: C compiler cannot create executables
    i dont really know how to solve that problem and any help would be appriciated.
    thanks

    Try the basics...
    Create a file with the following text:
    #include <stdio.h>
    int main() {
    printf("Hello world");
    return 0;
    Save the file has hello.c and compile it with
    gcc -Wall hello.c -o hello
    and see if you get any errors... you might be having issues with packages like glibc or gcc that would maybe need to be reinstalled
    Normally, if it claims that gcc can't create exec's, you should see an error before that warning that would tell you what the problem is

  • [Solved]Lightning for Thunderbird:C compiler cannot create executables

    Thanks very much in advance.
    I am trying to install Lightning in Thunderbird but no luck so far.
    The xpi file from their website is not for 64 bits.
    The link for the 64 bits version doesn't work
    I've tried with AUR and yaourt but both return the following error (look at the end):
    ==> Making package: lightning 0.9-2 x86_64 (Fri Oct 2 13:58:20 BST 2009)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Installing missing dependencies...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): zip-3.0-1
    Total Download Size: 0.26 MB
    Total Installed Size: 0.57 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from extra...
    zip-3.0-1-x86_64 266.2K 389.5K/s 00:00:01 [#####################] 100%
    checking package integrity...
    (1/1) checking for file conflicts [#####################] 100%
    (1/1) installing zip [#####################] 100%
    ==> Retrieving Sources...
    -> Downloading lightning-sunbird-0.9-source.tar.bz2...
    --2009-10-02 13:58:32-- http://releases.mozilla.org/pub/mozilla.org/calendar/sunbird/releases/0.9/source/lightning-sunbird-0.9-source.tar.bz2
    Resolving releases.mozilla.org... 156.56.247.196, 204.152.184.113, 149.20.20.5, ...
    Connecting to releases.mozilla.org|156.56.247.196|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 43121977 (41M) [application/x-tar]
    Saving to: `lightning-sunbird-0.9-source.tar.bz2.part'
    100%[======================================>] 43,121,977 412K/s in 1m 43s
    2009-10-02 14:00:15 (407 KB/s) - `lightning-sunbird-0.9-source.tar.bz2.part' saved [43121977/43121977]
    -> Found lightning-sunbird-0.9-locale.diff in build dir
    -> Found lightning-gcc44.diff in build dir
    -> Found mozconfig in build dir
    ==> Validating source files with md5sums...
    lightning-sunbird-0.9-source.tar.bz2 ... Passed
    lightning-sunbird-0.9-locale.diff ... Passed
    lightning-gcc44.diff ... Passed
    mozconfig ... Passed
    ==> Extracting Sources...
    -> Extracting lightning-sunbird-0.9-source.tar.bz2 with bsdtar
    ==> Entering fakeroot environment...
    ==> Starting build()...
    patching file calendar/sunbird/app/mozilla.in
    patching file toolkit/xre/nsAppRunner.cpp
    Adding client.mk options from /home/rafael/Builds/lightning/src/mozconfig:
    MOZ_CO_PROJECT=calendar
    BUILD_OFFICIAL=1
    MOZILLA_OFFICIAL=1
    make[1]: Entering directory `/home/rafael/Builds/lightning/src/mozilla'
    cd /home/rafael/Builds/lightning/src/mozilla/lightning-obj
    /home/rafael/Builds/lightning/src/mozilla/configure
    Adding configure options from /home/rafael/Builds/lightning/src/mozconfig:
    --enable-application=calendar
    --prefix=/usr
    --enable-extensions=lightning
    --enable-default-toolkit=gtk2
    --enable-system-cairo
    --enable-optimize
    --disable-debug
    --disable-tests
    --disable-installer
    --with-default-mozilla-five-home=/usr/lib/thunderbird-2.0
    --with-system-nss
    --with-system-nspr
    --with-system-jpeg
    --with-system-zlib
    --with-system-png
    creating cache ./config.cache
    checking host system type... x86_64-unknown-linux-gnu
    checking target system type... x86_64-unknown-linux-gnu
    checking build system type... x86_64-unknown-linux-gnu
    checking for gawk... gawk
    checking for nsinstall... no
    checking for gcc... gcc
    checking whether the C compiler (gcc -march=x86-64 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed-lXrender -lX11 ) works... no
    configure: error: installation or configuration problem: C compiler cannot create executables.
    *** Fix above errors and then restart with "make -f client.mk build"
    make[1]: *** [configure] Error 1
    make[1]: Leaving directory `/home/rafael/Builds/lightning/src/mozilla'
    make: *** [/home/rafael/Builds/lightning/src/mozilla/lightning-obj/Makefile] Error 2
    ==> ERROR: Build Failed.
    Aborting..
    I've searched in forums and on the Internet but I am a newby and I have no idea how to fix the c compiler...
    Thanks again
    Last edited by rafaelgp (2009-10-02 17:34:53)

    Very impressive!  Thanks for such a fast response.
    But I'm afraid it still doesn't work. After compiling for 10 minutes it couldn't finish:
    ../../dist/lib/libgkconcvs_s.a(nsCanvasRenderingContext2D.o): In function `nsCanvasRenderingContext2D::Destroy()':
    nsCanvasRenderingContext2D.cpp:(.text+0x51e2): undefined reference to `XFreePixmap'
    ../../dist/lib/libgkconcvs_s.a(nsCanvasRenderingContext2D.o): In function `nsCanvasRenderingContext2D::SetDimensions(int, int)':
    nsCanvasRenderingContext2D.cpp:(.text+0x56f6): undefined reference to `XRenderFindStandardFormat'
    nsCanvasRenderingContext2D.cpp:(.text+0x571e): undefined reference to `XListPixmapFormats'
    nsCanvasRenderingContext2D.cpp:(.text+0x575e): undefined reference to `XFree'
    nsCanvasRenderingContext2D.cpp:(.text+0x5796): undefined reference to `XCreatePixmap'
    collect2: ld returned 1 exit status
    make[4]: *** [libgklayout.so] Error 1
    make[4]: Leaving directory `/home/rafael/Builds/lightning/src/mozilla/lightning-obj/layout/build'
    make[3]: *** [libs] Error 2
    make[3]: Leaving directory `/home/rafael/Builds/lightning/src/mozilla/lightning-obj/layout'
    make[2]: *** [tier_9] Error 2
    make[2]: Leaving directory `/home/rafael/Builds/lightning/src/mozilla/lightning-obj'
    make[1]: *** [default] Error 2
    make[1]: Leaving directory `/home/rafael/Builds/lightning/src/mozilla/lightning-obj'
    make: *** [build] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Hope this helps.

  • C compiler cannot create executables error, Sun Studio 12, snv_69

    I am having difficulty compiling a program for R version 2.6.0 from the bioconductor site called RSQLite. I have successfully build R with Sun Studio 12, but now this particular package complains that my C compiler cannot create executables and I have idea how to go about trying to fix this. I don't know if you need to see the 'configure' file to help with this.
    The output from the config.log file is:
      $ ./configure
    ## Platform. ##
    hostname = me
    uname -m = i86pc
    uname -r = 5.11
    uname -s = SunOS
    uname -v = snv_69
    /usr/bin/uname -p = i386
    /bin/uname -X     = System = SunOS
    Node = solenv
    Release = 5.11
    KernelID = snv_69
    Machine = i86pc
    BusType = <unknown>
    Serial = <unknown>
    Users = <unknown>
    OEM# = 0
    Origin# = 1
    NumCPU = 1
    /bin/arch              = i86pc
    /usr/bin/arch -k       = i86pc
    /usr/convex/getsysinfo = unknown
    hostinfo               = unknown
    /bin/machine           = unknown
    /usr/bin/oslevel       = unknown
    /bin/universe          = unknown
    PATH: /opt/local/bin
    PATH: /opt/sfw/bin
    PATH: /usr/sfw/bin
    PATH: /opt/local/teTeX/bin
    PATH: /opt/coolstack/bin
    PATH: /usr/sbin
    PATH: /opt/local/bin/amd64
    PATH: /usr/bin
    PATH: /usr/gnu/bin
    PATH: /usr/openwin/bin
    PATH: /opt/SUNWspro/bin
    PATH: /opt/local/php5/bin
    PATH: /usr/local/bin
    PATH: /usr/ccs/bin
    PATH: /usr/local/ActiveTcl/bin
    PATH: /opt/staroffice8/program
    PATH: /opt/csw/bin
    ## Core tests. ##
    configure:1313: checking for gcc
    configure:1339: result: dmake: defaulting to parallel mode.
    See the man page dmake(1) for more information on setting up the .dmakerc file.
    /opt/studio12/SUNWspro/bin/cc -m64
    configure:1583: checking for C compiler version
    configure:1586: dmake: defaulting to parallel mode.
    See the man page dmake(1) for more information on setting up the .dmakerc file.
    /opt/studio12/SUNWspro/bin/cc -m64 --version </dev/null >&5
    ./configure: line 1587: dmake:: command not found
    configure:1589: $? = 127
    configure:1591: dmake: defaulting to parallel mode.
    See the man page dmake(1) for more information on setting up the .dmakerc file.
    /opt/studio12/SUNWspro/bin/cc -m64 -v </dev/null >&5
    ./configure: line 1592: dmake:: command not found
    configure:1594: $? = 127
    configure:1596: dmake: defaulting to parallel mode.
    See the man page dmake(1) for more information on setting up the .dmakerc file.
    /opt/studio12/SUNWspro/bin/cc -m64 -V </dev/null >&5
    ./configure: line 1597: dmake:: command not found
    configure:1599: $? = 127
    configure:1622: checking for C compiler default output file name
    configure:1625: dmake: defaulting to parallel mode.
    See the man page dmake(1) for more information on setting up the .dmakerc file.
    /opt/studio12/SUNWspro/bin/cc -m64 dmake: defaulting to parallel mode.
    See the man page dmake(1) for more information on setting up the .dmakerc file.
    -xO5 -xc99 -xlibmieee -xlibmil -nofstore   conftest.c  >&5
    ./configure: line 1626: dmake:: command not found
    configure:1628: $? = 127
    configure: failed program was:
    | /* confdefs.h.  */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | /* end confdefs.h.  */
    |
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:1667: error: C compiler cannot create executables
    See `config.log' for more details.
    ## Cache variables. ##
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    ac_cv_env_CFLAGS_set=
    ac_cv_env_CFLAGS_value=
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_LDFLAGS_set=
    ac_cv_env_LDFLAGS_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_prog_ac_ct_CC='dmake: defaulting to parallel mode.
    ## Output variables. ##
    -xO5 -xc99 -xlibmieee -xlibmil -nofstore'
    /opt/studio12/SUNWspro/bin/cc -m64'
    /opt/studio12/SUNWspro/bin/cc -m64'
    CC='dmake: defaulting to parallel mode.
    CFLAGS='dmake: defaulting to parallel mode.
    CPP=''
    CPPFLAGS=''
    DEFS=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EXEEXT=''
    LDFLAGS=''
    LIBOBJS=''
    LIBS=''
    LTLIBOBJS=''
    OBJEXT=''
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME=''
    PACKAGE_STRING=''
    PACKAGE_TARNAME=''
    PACKAGE_VERSION=''
    PATH_SEPARATOR=':'
    PKG_CPPFLAGS=''
    PKG_LIBS=''
    SHELL='/bin/bash'
    See the man page dmake(1) for more information on setting up the .dmakerc file.
    See the man page dmake(1) for more information on setting up the .dmakerc file.
    See the man page dmake(1) for more information on setting up the .dmakerc file.
    ac_ct_CC='dmake: defaulting to parallel mode.
    bindir='${exec_prefix}/bin'
    build_alias=''
    datadir='${prefix}/share'
    exec_prefix='NONE'
    host_alias=''
    includedir='${prefix}/include'
    infodir='${prefix}/info'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localstatedir='${prefix}/var'
    mandir='${prefix}/man'
    oldincludedir='/usr/include'
    prefix='NONE'
    program_transform_name='s,x,x,'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target_alias=''
    ## confdefs.h. ##
    #define PACKAGE_BUGREPORT ""
    #define PACKAGE_NAME ""
    #define PACKAGE_STRING ""
    #define PACKAGE_TARNAME ""
    #define PACKAGE_VERSION ""
    configure: exit 77

    Apparently the the config program is running dmake without the -m option. Dmake replies that it is defaulting to parallel mode, and the config program uses that message as a compiler command or option. After that, the wheels come off. :-)
    Fix the configure script to run dmake as
    dmake -m serial
    and see if that fixes the problem.

Maybe you are looking for