Cannot compile GCC in Solaris Express

Hi everyone,
Im trying to compile GCC and other GNU tools in Solaris. Im trying to do this to compile my driver for OpenChrome (video). I'm getting some errors, but I could not paste it because im using Linux right now.
Anybody got an idea on how to install GCC correctly?
Many thanks in advance.
Gerard

darkstar87 wrote:
Hi everyone,
Im trying to compile GCC and other GNU tools in Solaris. Im trying to do this to compile my driver for OpenChrome (video). I'm getting some errors, but I could not paste it because im using Linux right now.Without the errors, there's no way to suggest a remedy.
Perhaps you have permission problems, or disk full, or you don't have a working compiler, or your path is wrong, or the download is corrupt, or...
Anybody got an idea on how to install GCC correctly?If the version that comes with Solaris is not sufficient, there are packages that can be installed from sunfreeware or blastwave, or you can follow the INSTALL instructions from gcc.
Darren

Similar Messages

  • Cannot compile gcc through abs

    I seem to have problems compiling gcc through abs. It chugs away for a while, compiling, and after a while when reaching a second configuration part (?), it fails. This is the last piece of the output:
    creating cache ../config.cache
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking build system type... i686-pc-linux-gnu
    checking for Cygwin environment... no
    checking for mingw32 environment... no
    checking for gawk... gawk
    checking whether ln -s works... yes
    checking for gcc... /var/abs/base/gcc/src/gcc-3.3.6/gcc/xgcc -B/var/abs/base/gcc/src/gcc-3.3.6/gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include
    checking whether we are using GNU C... yes
    checking whether /var/abs/base/gcc/src/gcc-3.3.6/gcc/xgcc -B/var/abs/base/gcc/src/gcc-3.3.6/gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include accepts -g... yes
    checking for c++... /var/abs/base/gcc/src/gcc-3.3.6/gcc/xgcc -shared-libgcc -B/var/abs/base/gcc/src/gcc-3.3.6/gcc/ -nostdinc++ -L/var/abs/base/gcc/src/gcc-3.3.6/i686-pc-linux-gnu/libstdc++-v3/src -L/var/abs/base/gcc/src/gcc-3.3.6/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include
    checking whether we are using GNU C++... yes
    checking whether /var/abs/base/gcc/src/gcc-3.3.6/gcc/xgcc -shared-libgcc -B/var/abs/base/gcc/src/gcc-3.3.6/gcc/ -nostdinc++ -L/var/abs/base/gcc/src/gcc-3.3.6/i686-pc-linux-gnu/libstdc++-v3/src -L/var/abs/base/gcc/src/gcc-3.3.6/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include accepts -g... yes
    checking for GCC version number... 3.3.6
    checking for strerror in -lcposix... no
    checking for as... as
    checking for ar... ar
    checking for ranlib... ranlib
    checking for a BSD compatible install... /bin/install -c
    checking whether to enable maintainer-specific portions of Makefiles... no
    CPU config directory is cpu/i486
    OS config directory is os/gnu-linux
    checking whether build environment is sane... yes
    checking whether make sets ${MAKE}... yes
    checking for working aclocal... found
    checking for working autoconf... found
    checking for working automake... found
    checking for working autoheader... found
    checking for working makeinfo... missing
    checking for ld used by GCC... ld
    checking if the linker (ld) is GNU ld... yes
    checking for ld option to reload object files... -r
    checking for BSD-compatible nm... nm
    checking how to recognise dependant libraries... pass_all
    checking for object suffix... configure: error: installation or configuration problem; compiler does not work
    make: *** [configure-target-libstdc++-v3] Error 1
    ==> ERROR: Build Failed. Aborting...
    Any ideas why this might be?

    due to a recent upgrade of freetype it now needs to be included differently in the source files.
    I think you can solve the problem by editing mozilla/gfx/src/gtk/nsDeviceContextGTK.cpp
    and adding
    #include <ft2build.h>
    #include FT_FREETYPE_H
    somewhere at the top of the file where other lines starting with #include are
    you may have do do this with other files as well, if you get this error again.
    if you run makepkg again, all changes you made are undone, so it would be easier if someone could make a patch file

  • Solaris Express Developer 9/07  gcc can't find GTK-2

    Solaris Express Developer 9/07 configure can't find GTK-2
    located in /usr/lib/gtk-2.0 & /usr/include/gtk-2.0
    It is my understanding that default ld includes /usr/lib (i.e. crle ouput)
    Any help appreciated.
    John
    Update:
    installed packages /opt/cfw
    atk-1.10.1-Solaris10-x86.pkg
    gtk-2.8.3-Solaris10-x86.pkg
    cairo-1.0.0-Solaris10-x86.pkg
    pango-1.10.0-Solaris10-x86.pkg
    glib-2.8.1-Solaris10-x86.pkg
    Configuration file [version 4]: /var/ld/ld.config
    Platform: 32-bit LSB 80386
    Default Library Path (ELF): /lib:/usr/lib:/usr/local/lib:/opt/sfw/lib:/opt/cfw/lib:/opt/gnu/lib
    Trusted Directories (ELF): /lib/secure:/usr/lib/secure (system default)
    Command line:
    crle -c /var/ld/ld.config -l /lib:/usr/lib:/usr/local/lib:/opt/sfw/lib:/opt/cfw/lib:/opt/gnu/lib
    Still fails!
    Edited by: jhawk on Oct 10, 2007 7:01 PM

    jhawk@solaris-devx gftp-2.0.18rc1 >export LD_LIBRARY_PATH=/opt/cfw/lib/gtk-2.0:/lib:/usr/lib:/usr/local/lib:/opt/sfw/lib
    jhawk@solaris-devx gftp-2.0.18rc1 >./configure --prefix=/usr/local
    checking for a BSD-compatible install... /usr/bin/ginstall -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... no
    checking for nawk... nawk
    checking whether make sets $(MAKE)... yes
    checking build system type... i386-pc-solaris2.11
    checking host system type... i386-pc-solaris2.11
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking how to run the C preprocessor... gcc -E
    checking for egrep... egrep
    checking for AIX... no
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking minix/config.h usability... no
    checking minix/config.h presence... no
    checking for minix/config.h... no
    checking for ranlib... ranlib
    checking for special C compiler options needed for large files... no
    checking for FILEOFFSET_BITS value needed for large files... 64
    checking for LARGEFILES value needed for large files... no
    checking for gcc option to accept ANSI C... none needed
    checking for function prototypes... yes
    checking for ANSI C header files... (cached) yes
    checking for string.h... (cached) yes
    checking for an ANSI C-conforming const... yes
    checking for inline... inline
    checking whether the printf family of functions supports %'ld... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for gawk... (cached) nawk
    checking for a BSD-compatible install... /usr/bin/ginstall -c
    checking whether ln -s works... yes
    checking whether make sets $(MAKE)... (cached) yes
    checking for dirent.h that defines DIR... yes
    checking for library containing opendir... none required
    checking for ANSI C header files... (cached) yes
    checking for sys/wait.h that is POSIX.1 compatible... yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking libutil.h usability... no
    checking libutil.h presence... no
    checking for libutil.h... no
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking malloc.h usability... yes
    checking malloc.h presence... yes
    checking for malloc.h... yes
    checking pty.h usability... no
    checking pty.h presence... no
    checking for pty.h... no
    checking for strings.h... (cached) yes
    checking sys/ioctl.h usability... yes
    checking sys/ioctl.h presence... yes
    checking for sys/ioctl.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking for unistd.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking sys/mkdev.h usability... yes
    checking sys/mkdev.h presence... yes
    checking for sys/mkdev.h... yes
    checking for inttypes.h... (cached) yes
    checking for socklen_t in sys/socket.h... yes
    checking for mode_t... yes
    checking for intptr_t in stdint.h... yes
    checking for pid_t... yes
    checking for size_t... yes
    checking whether time.h and sys/time.h may both be included... yes
    checking whether struct tm is in sys/time.h or time.h... time.h
    checking for off_t... yes
    checking size of off_t... 8
    checking for working alloca.h... yes
    checking for alloca... yes
    checking whether gcc needs -traditional... no
    checking for stdlib.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for getpagesize... yes
    checking for working mmap... yes
    checking return type of signal handlers... void
    checking for strftime... yes
    checking whether utime accepts a null argument... yes
    checking for gai_strerror... no
    checking for getaddrinfo... no
    checking for getcwd... yes
    checking for gettimeofday... yes
    checking for getwd... yes
    checking for mkdir... yes
    checking for mktime... yes
    checking for putenv... yes
    checking for rmdir... yes
    checking for select... yes
    checking for socket... no
    checking for strdup... yes
    checking for strstr... yes
    checking for strtod... yes
    checking for strtol... yes
    checking for uname... yes
    checking for grantpt... yes
    checking for openpty... no
    checking for getdtablesize... yes
    checking for pkg-config... /usr/bin/pkg-config
    checking for glib-2.0 >= 2.0.0... yes
    checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking GLIB_LIBS... -lglib-2.0
    checking for openpty in -lutil... no
    checking for socket in -lsocket... yes
    checking for gethostbyname in -lnsl... yes
    checking whether to use readline... yes
    checking for readline in -lreadline... no
    checking for readline in -lreadline... no
    checking for readline in -lreadline... no
    checking for readline in -lreadline... no
    checking for log10 in -lm... yes
    checking if malloc debugging is wanted... no
    checking for gtk+-2.0 >= 2.0.0... configure: error: You have GLIB 2.0 installed but I cannot find GTK+ 2.0. Run configure with --disable-gtk20 or install GTK+ 2.0
    jhawk@solaris-devx gftp-2.0.18rc1 >

  • Help!Apache compiling with gcc in Solaris 10

    Greetings
    I am having problems with Apache 1.3.
    When I am running the script ./src/Configure my output is:
    #./Configure
    Using config file: Configuration
    Creating Makefile
    + configured for Solaris 2100 platform
    + setting C pre-processor to gcc -E
    + using "tr [a-z] [A-Z]" to uppercase
    + checking for system header files
    + adding selected modules
    ./helpers/TestCompile: make: not found
    + using builtin Expat
    ./Configure: make: not found
    + checking sizeof various data types
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    + doing sanity check on compiler and options
    ./helpers/TestCompile: make: not found
    ** A test compilation with your Makefile configuration
    ** failed. The below error output from the compilation
    ** test will give you an idea what is failing. Note that
    ** Apache requires an ANSI C Compiler, such as gcc.
    ======== Error Output for sanity check ========
    ./helpers/TestCompile: make: not found
    ============= End of Error Report =============
    Aborting!
    I am root, my PATH is
    /usr/bin:/usr/ucb:/etc:/usr/local/bin:/opt/netscape:/usr/css/bin/:/bin:/usr/openwin/bin:/usr/sbin:/
    I am missing something stupid, I know but I can't find it!!!!Help please I am a newbie.
    I am curious. Has anyone been able to compile succesfully apache server with gcc in Solaris 10?
    Thanks,

    Thanks,
    It was only that.!!!
    But now I have the following problem, I can't create executables when I type make. The output is:
    when I am in the src/folder
    #make
    ===> regex
    <=== regex
    ===> os/unix
    gcc -c -I../../os/unix -I../../include -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED os.c
    In file included from /usr/include/sys/wait.h:24,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:292: error: parse error before '}' token
    /usr/include/sys/siginfo.h:294: error: parse error before '}' token
    /usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:392: error: conflicting types for `__proc'
    /usr/include/sys/siginfo.h:261: error: previous declaration of `__proc'
    /usr/include/sys/siginfo.h:398: error: conflicting types for `__fault'
    /usr/include/sys/siginfo.h:267: error: previous declaration of `__fault'
    /usr/include/sys/siginfo.h:404: error: conflicting types for `__file'
    /usr/include/sys/siginfo.h:273: error: previous declaration of `__file'
    /usr/include/sys/siginfo.h:420: error: conflicting types for `__prof'
    /usr/include/sys/siginfo.h:287: error: previous declaration of `__prof'
    /usr/include/sys/siginfo.h:424: error: conflicting types for `__rctl'
    /usr/include/sys/siginfo.h:291: error: previous declaration of `__rctl'
    /usr/include/sys/siginfo.h:426: error: parse error before '}' token
    /usr/include/sys/siginfo.h:428: error: parse error before '}' token
    /usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
    /usr/include/sys/siginfo.h:437: error: parse error before '}' token
    In file included from /usr/include/sys/procset.h:24,
    from /usr/include/sys/wait.h:25,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/wait.h:86: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1096,
    from os.c:21:
    /usr/include/signal.h:111: error: parse error before "siginfo_t"
    /usr/include/signal.h:113: error: parse error before "siginfo_t"
    *** Error code 1
    make: Fatal error: Command failed for target `os.o'
    Current working directory /web-download/apache_1.3.33/src/os/unix
    *** Error code 1
    The following command caused the error:
    for i in regex os/unix ap main lib modules; do \
    echo "===> $i"; \
    case ".Solaris 2100" in \
    .OS390 | .TPF) ( cd $i && make SDP='' OPTIM='') || exit 1;; \
    *) ( cd $i && make SDP='' CC='gcc' AUX_CFLAGS=' -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED ' RANLIB='ranlib' OPTIM='') || exit 1;; \
    esac; \
    echo "<=== $i"; \
    done
    make: Fatal error: Command failed for target `subdirs'
    but when I am typing one step up is.
    ===> src
    ===> src/regex
    <=== src/regex
    ===> src/os/unix
    gcc -c -I../../os/unix -I../../include -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED os.c
    In file included from /usr/include/sys/wait.h:24,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:292: error: parse error before '}' token
    /usr/include/sys/siginfo.h:294: error: parse error before '}' token
    /usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:392: error: conflicting types for `__proc'
    /usr/include/sys/siginfo.h:261: error: previous declaration of `__proc'
    /usr/include/sys/siginfo.h:398: error: conflicting types for `__fault'
    /usr/include/sys/siginfo.h:267: error: previous declaration of `__fault'
    /usr/include/sys/siginfo.h:404: error: conflicting types for `__file'
    /usr/include/sys/siginfo.h:273: error: previous declaration of `__file'
    /usr/include/sys/siginfo.h:420: error: conflicting types for `__prof'
    /usr/include/sys/siginfo.h:287: error: previous declaration of `__prof'
    /usr/include/sys/siginfo.h:424: error: conflicting types for `__rctl'
    /usr/include/sys/siginfo.h:291: error: previous declaration of `__rctl'
    /usr/include/sys/siginfo.h:426: error: parse error before '}' token
    /usr/include/sys/siginfo.h:428: error: parse error before '}' token
    /usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
    /usr/include/sys/siginfo.h:437: error: parse error before '}' token
    In file included from /usr/include/sys/procset.h:24,
    from /usr/include/sys/wait.h:25,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/wait.h:86: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1096,
    from os.c:21:
    /usr/include/signal.h:111: error: parse error before "siginfo_t"
    /usr/include/signal.h:113: error: parse error before "siginfo_t"
    *** Error code 1
    make: Fatal error: Command failed for target `os.o'
    Current working directory /web-download/apache_1.3.33/src/os/unix
    *** Error code 1
    The following command caused the error:
    for i in regex os/unix ap main lib modules; do \
    echo "===> src/$i"; \
    case ".Solaris 2100" in \
    .OS390 | .TPF) ( cd $i && make SDP='src/' OPTIM='') || exit 1;; \
    *) ( cd $i && make SDP='src/' CC='gcc' AUX_CFLAGS=' -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED ' RANLIB='ranlib' OPTIM='') || exit 1;; \
    esac; \
    echo "<=== src/$i"; \
    done
    make: Fatal error: Command failed for target `subdirs'
    Current working directory /web-download/apache_1.3.33/src
    *** Error code 1
    The following command caused the error:
    case "xi86pc-sun-solaris2.2100" in \
    x*390*) C89STEPS="0xffffffff"; export C89STEPS;; \
    esac; \
    cd ./src; make SDP=src/ all
    make: Fatal error: Command failed for target `build-std'
    Current working directory /web-download/apache_1.3.33
    *** Error code 1
    The following command caused the error:
    make -f ./Makefile root= build-std
    make: Fatal error: Command failed for target `build'
    I am newbie with Solaris and gcc so I have no so much idea what is missing there.
    Thanks,
    Juan

  • Building Net-SNMP with gcc and Solaris 10's Forte-built Perl

    The 5.0.9 Net-SNMP that come with Solaris SPARC is too old for our users. Building the latest version appears to be basically impossible and I'm just about to bail and just build yet another version of Perl for Solaris 10 so it will work. But on the chance that someone has done this:
    I am trying to build Net-SNMP 5.4.1.2 with the Sunfreeware gcc. The configure script seems to ignore the --disable-perl-cc-checks flag:
    ./configure with-perl-modules disable-perl-cc-checks
    configure: error: This build is using a GNU C compiler (gcc) while Perl has been compiled with a non-GNU (or non-working) compiler (cc). This likely won't work for building with Perl support. Either specify a different compiler (--with-cc=PATH), disable this check (--disable-perl-cc-checks) or build without Perl (--without-perl-modules).
    Has anyone successfully done this? I was hoping to get a successful configure run, then build the binaries, and then further tweak the perl makefiles with "GCC=/usr/perl5/5.8.4/bin/perlgcc" or something.

    configure: error: This build is using a GNU C compiler (gcc) while Perl has been compiled with a non-GNU (or non-working) compiler (cc). This likely won't work for building with Perl support. Either specify a different compiler (--with-cc=PATH), disable this check (--disable-perl-cc-checks) or build without Perl (--without-perl-modules).The perl supplied by Sun should be compiled with Sun Studio and the error mentioned above seems to reflect this.
    So, either build perl first with sunfreeware's gcc and then move on to net-snmp or install and use Sun Studio instead of gcc so perl is happy.
    alan

  • Compiling perl on Solaris x86 in 64bit mode with libperl.so

    Hello,
    I am trying to compile perl 5.10.0 on solaris 10/x86 in 64bit mode, some basic infos are:
    System: SunOS oven 5.10 Generic_120012-14 i86pc i386 i86pc
    Compiler: gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) which comes with SUNWgcc
    To compile in 64bit I add the -m64 to linker and compiler flag.
    I also point the Configure to appropriate 64bit library directories.
    Static compilation without libperl.so build works like a charm, with libperl.so it compiles as well but execution of perl or miniperl results in:
    ld.so.1: miniperl: fatal: relocation error: R_AMD64_PC32: file /export/home/keeper/build/perl-5.10.0/libperl.so: symbol main: value 0x2800117364c does not fit
    Same happens with perl 5.8.8 btw.
    I have tried to add / remove -fPIC flag, result is the same.
    I am also 100% sure that the correct libperl.so is taken.
    Anyone had success in this?

    Hi,
    I have tried that option and I did get some information. After dlopen when I am trying to close using dlclose, the application is crashing. The log is given below.
    21694: file=/tmp/test/lib/app/comp/sparcv9/DNSRR.so; dlclose()
    21694:
    21694: handle=/tmp/test/lib/app/comp/sparcv9/DNSRR.so; collected for possible removal [ GPH_INITIAL ]
    21694:
    21694: handle=/tmp/test/lib/app/comp/sparcv9/DNSRR.so; deleting:
    21694: file=/tmp/test/lib/app/comp/sparcv9/DNSRR.so; object deleting
    21694: file=/usr/lib/sparcv9/libCrun.so.1; object removed from handle [ NODELETE ]
    21694: file=/usr/lib/64/libc.so.1; object removed from handle [ GLOBAL  NODELETE ]
    Bus error
    21694: file=/usr/lib/64/libdl.so.1; object removed from handle [ GLOBAL  NODELETE ]
    21694: file=/usr/lib/sparcv9/libCstd.so.1; object deleting
    21694:
    21694:
    21694: notify debugger: event: RD_DLACTIVITY state: RT_DELETE
    21694:
    21694:
    21694: file=/tmp/test/lib/app/comp/sparcv9/DNSRR.so; deleting
    21694:
    21694: file=/usr/lib/sparcv9/libCstd.so.1; deleting
    21694:
    21694: notify debugger: event: RD_DLACTIVITY state: RT_CONSISTENT
    21694:
    21694:
    21694: file=/tmp/test/lib/app/bin/sparcv9/STD; add binding to:
    21694: file=/usr/lib/64/libsocket.so.1 [ NEEDED  REFERENCED ]
    Fault signal: SIGBUS (10), invalid address alignment.
    At instruction address 0xffffffff7dd4f4a8, faulting access address is 0x4e5352532eb264cc
    Symbolic location: "realloc + 0x474 [usr/lib/sparcv9/libc.so.1]"
    21694:
    21694: ld.so.1: app: fatal: address 0x4e5352532eb264cc does not fall within any mapped object
    21694:
    ------ Concluding frames leaf call (n=1) ------
    # 0 0x7dd4f4a8 realloc + 0x474 [usr/lib/sparcv9/libc.so.1]
    [0x1,0x1f3620,0x1,0x1f3620,0x1,....]
    # 1 0x7dd4f444 realloc + 0x410 [usr/lib/sparcv9/libc.so.1]
    Does this mean that there is a problem with the library /usr/lib/sparcv9/libc.so.1 or /usr/lib/sparcv9/libCstd.so.1 or any other library ??
    Thanks in advance

  • Installing gcc on solaris 10

    hi,
    i have a problem when trying to install gcc on solaris 10.
    my path:
    PATH=/usr/sbin:/usr/bin:/usr/sfw/bin:/usr/sfw/lib:/usr/sfw/libexec
    # gcc test.c
    gcc: installation problem, cannot exec `as': No such file or directory
    i don't know what the problem is, please help
    thks

    i have a problem when trying to install gcc on solaris 10.Solaris 10's bundled gcc in /usr/sfw/bin/gcc?
    my path:
    PATH=/usr/sbin:/usr/bin:/usr/sfw/bin:/usr/sfw/lib:/usr/sfw/libexec/usr/sfw/lib and /usr/sfw/libexec can probably be deleted from
    $PATH, the executables are in /usr/sfw/bin.
    # gcc test.c
    gcc: installation problem, cannot exec `as': No such
    file or directory/usr/sfw/bin/gcc needs the GNU assembler, and it should be
    install as /usr/sfw/bin/gas. Do you have the Solaris 10 package
    SUNWbinutils installed?
    % pkgchk -l -p /usr/sfw/bin/gas
    Pathname: /usr/sfw/bin/gas
    Type: regular file
    Expected mode: 0555
    Expected owner: root
    Expected group: bin
    Expected file size (bytes): 613844
    Expected sum(1) of contents: 49903
    Expected last modification: Jan 23 02:53:41 2005
    Referenced by the following packages:
    SUNWbinutils
    Current status: installed

  • Solaris Express installation experience

    Hi folk,
    I want to add to my previous post about not getting the graphical installer to work at all due to the notorious
    nVidia bug in Xorg.
    I have now tried the console install thats supplied as a backup method in Express.
    I got through all the sections, installed everything and then got an error that it could not install
    the boot blocks, and attempting to boot gives a Bad PBR error.
    My first attempt at installing in this manner was to have a drive split between Windows and Solaris, and with this error, I thought.. OK, I'll dedicate the entire drive to Solaris and try installing again.. this i did, but the same error
    continued to haunt me.
    No matter what I did, it cannot install to the boot block and thus renders Solaris Express useless to me.
    system specs:
    AMD64 on nForce4 Ultra motherboard
    2 Gigs physical DDR400 memory
    256MB Legend GeForce 6800GS Video
    1x IDE 320GB Seagate Harddrive ( This was to be the Solaris drive, and is first on the list in BIOS )
    1x SATA 180GB Hitachi Harddrive ( Windows XP Pro boot drive )
    1x SATA 250GB Hitachi Harddrive
    If there is any more information that I can give that may help, please dont hesitate to ask.

    I found some time ago this:
    http://www.webservertalk.com/message1607925.html
    and this:
    http://www.opensolaris.org/jive/thread.jspa?threadID=29846
    Maybe they'll be helpful.
    Rev

  • Solaris Express Zone install error with SUNWiiimr and SUNWcnetr

    Hi all,
    I got these errors when installing a new zone on a Solaris Express 1/08 (5.11) on a x64 box:
    Installation of these packages generated errors: SUNWiiimr
    Installation of these packages generated warnings: SUNWcnetr
    The zone creation log shows:
    *** package -SUNWiiimr- failed to install with fatal errors:
    /export/zones/newzone/root/var/sadm/pkg/SUNWiiimr/install/postin stall: /export/zones/newzone/root/lib/postrun: not found
    /export/zones/newzone/root/var/sadm/pkg/SUNWiiimr/install/postinstall: /export/zones/newzone/root/lib/postrun: not found
    pkgadd: ERROR: postinstall script did not complete successfully
    Installation of -SUNWiiimr- on zone -newzone- failed.
    *** package -SUNWcnetr- installed with warnings:
    pkgadd: ERROR: unable to create package object -/export/zones/newzone/root/etc/dladm-.
    owner name -dladm- not found in passwd table(s)
    ERROR: attribute verification of -/export/zones/newzone/root/etc/dladm/aggregation.conf- failed
    owner name -dladm- not found in passwd table(s)
    ERROR: attribute verification of -/export/zones/newzone/root/etc/dladm/linkprop.conf- failed
    owner name -dladm- not found in passwd table(s)
    ERROR: attribute verification of -/export/zones/newzone/root/etc/dladm/secobj.conf- failed
    owner name -dladm- not found in passwd table(s)
    Installation of -SUNWcnetr- on zone -newzone- partially failed.
    -newzone- was configured to be a whole root zone. Are there any ways to solve these installation errors?
    Thanks in advance.

    This problem seems some strange - this time with Solaris 10u4, from 10 containers installed on a brand new X2200 (2x cpu) only one do not output those errors, but just this one cannot install the dsee or proxy. This time the errors were from:
    Installation of <SUNWxwplr> on zone <dsee-proxy> partially failed.
    Installation of <SUNWdtdmr> on zone <dsee-proxy> partially failed.
    Installation of <SUNWmconr> on zone <dsee-proxy> partially failed.
    Installation of <SUNWrmwbr> on zone <dsee-proxy> partially failed.
    Installation of <SUNWlvmr> on zone <dsee-proxy> partially failed.
    Installation of <SUNWzebrar> on zone <dsee-proxy> partially failed.
    So the machine was, too, just installed. After several hours, anoter atempt to install a zone, this time just this one, returned no errors - and the dsee installed without any complains. All configurations were for whole root zones. Used was Solaris 10u4 with the most recent patch cluster applied.

  • Solaris Express 7/05 panic on first boot

    Hi all,
    I get a panic on my newly installed Solaris Express 7/05:
    Booting from grub with multiboot -k -v
    (btw, is there a way to log these errors?)
    PCI-device: ide@0,ata0
    ata0 is /pci@0,0/pci-ide@11,1/ide@0/cmdk@0,0
    UltraDMA mode 5 selected
    UltraDMA mode 5 selected
    cmdk0 at ata0 target 0 lun 0
    cmdk0 is /pci@0,0/pci-ide@11,1/ide@0/cmdk@0,0
    /kernel/misc/strplumb: undefined symbol 'dl_attach'
    /kernel/misc/strplumb: undefined symbol 'dl_phys_addr'
    /kernel/misc/strplumb: undefined symbol 'octet_to_hexascii'
    /kernel/misc/strplumb: undefined symbol 'dl_bind'
    WARNING: mod_load: cannot load module 'strplumb'
    WARNING: strplumb: unable to resolve dependency, module 'misc/nfs_dlboot' not found
    panic[cpu00]thread=fec1d920: mod_hold_stub: Couldn't load stub module misc/strplumb
    fec33c88 geunix:mod_hold_stub+139 (fec0472c, 1, fe8d96)
    fec33ca4 unix:stubs_common_code+9 ()
    panic: entering debugger (no dump device, continue to reboot)
    Welcome to kmdb
    [0]>
    System specs:
    CPU: AMD Athlon XP 1900+
    RAM: 1.3g
    MB: ASUS A7V333
    DISK: 2x Seagate Barracuda 7200.7, 160GB, 8mb cache (UDMA 5)
    I can boot with Failsafe, but no multiboot.
    What can I do?

    Apparently the nfs client module is need for some reason I don't understand (I'm doing a local CD install). Since I installed the SUNWCrnet cluster this kernel module didn't install.
    I resolved this by manually installing the SUNWnfsckr from failsafe mode..

  • Solaris Express Developer Edition, free DVD kit

    Today I ordered the "Free Solaris Express Developer Edition DVD":
    "For a limited time, Sun is offering a Solaris Express Developer Edition DVD for x86 platforms mailed to you at no charge." (http://developers.sun.com/sxde/download.jsp)
    Will I get the new 9/07 version or an older one? When I ordered Solaris 10 some time ago, Sun sent me version 11/06.
    Thanks!

    Well, it looks like this version of Solaris simply forgot to bundle the FLAC gstreamer plugin. Does anyone know where to find a version compiled for solaris?

  • Install EPM 11.1.1.3 on solaris express 11

    Hi all,
    I tried to install Essbase v11 on solaris express 11 (in virtualbox) and it stopped during first step...
    Package :
    I copied *.zip with root user
    I unzip all files with root user
    I changed owner to oracle user (chown -R oracle *...)
    System :
    I created /home/oracle/.hyperion.solaris with "HYPERION_HOME" folder
    I check javac -version : javac 1.6.0_21
    $PATH : /usr/gnu/bin:/usr/bin:/usr/sbin:/sbin
    I executed in current forlder : ./installTool.sh -console
    Result :
    oracle@solaris:/temp_EPM$ ./installTool.sh -console
    ./installTool.sh[33]: ./jre/solaris/1.6.0/bin/java: ./jre/solaris/1.6.0/bin/java: cannot execute [Invalid argument]
    Could some explain me how to install EPM v11 on solaris platform ?
    Thanks

    A little bit more informations :
    Packages are :
    Essbase Server =
    http://www.oracle.com/technetwork/middleware/bi-foundation/downloads/hyperion-essbase-111130-082673.html (file1)
    System Installer & System Foundation =
    http://www.oracle.com/technetwork/middleware/bi-foundation/downloads/hyperion-foundation-111130-084938.html (file1 & file1 to 4)
    Solaris : Oracle Solaris 11 express 2010.11
    emulated from windows 7 (64bits)
    VirtualBox : 4.1.4
    isainfo -v
    64-bit amd64 applications
         ssse3 sse3 sse2 sse fxsr mmx cmov amd_sysc cx8 tsc fpu
    32-bit i386 applications
         ssse3 ahf sse3 sse2 sse fxsr mmx cmov sep cx8 tsc fpu

  • Cannot compile arduino project

    Hi guys,
    I'm trying to work with arduino IDE, but I cannot compile even Blink example. I'm always seeing following error:
    /usr/share/arduino/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../avr/bin/ld: cannot find -lm
    Any ideas how I can fix it?

    Worked also for my Asus laptop!
    CoolGenie wrote:
    This works for me too. Thanks!
    kircul wrote:
    Solution was found in discussion in package arduino.
    In short words:
    You need to install package avr-gcc
    Replace build-in avr-gcc compiler by same from package installed on previous step:
    # cd /usr/share/arduino/hardware/tools/avr/bin
    # mv ./avr-gcc ./avr-gcc-backup
    # ln -s /usr/bin/avr-gcc ./
    It works for me.

  • Error compiling gcc on ppc

    I'm trying to install the ps3toolchain from http://ps2dev.org/ps3/Tools/Toolchain/p … 26.tar.bz2 so I can compile programs specifically for ppu/spu, but I keep having problems. I noticed that in the i686 PKGCONFIG for gcc that it required the de_DE locale, so I regenerated my locales with that and began compiling. binutils compiled just fine, but a good ways into compiling gcc I get the following error:
    make[2]: Entering directory `/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1'
    Configuring stage 2 in ./intl
    configure: loading cache ./config.cache
    checking whether make sets $(MAKE)... yes
    checking for a BSD-compatible install... /bin/install -c
    checking whether NLS is requested... no
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for powerpc64-unknown-linux-gnu-gcc... /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/xgcc -B/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/ -B/usr/local/ps3dev/ppu/ppu/bin/
    checking for C compiler default output file name... configure: error: C compiler cannot create executables
    See `config.log' for more details.
    make[2]: *** [configure-stage2-intl] Error 77
    make[2]: Leaving directory `/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1'
    make[1]: *** [stage2-bubble] Error 2
    make[1]: Leaving directory `/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1'
    make: *** [all] Error 2
    Running cat intl/config.log reveals
    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
    $ /root/ps3toolchain/build/gcc-4.2.0/intl/configure --cache-file=./config.cache --build=powerpc64-unknown-linux-gnu --host=powerpc64-unknown-linux-gnu --target=ppu --prefix=/usr/local/ps3dev/ppu --with-newlib --disable-libgomp --disable-libmudflap --disable-libssp --disable-nls --disable-shared --disable-threads --without-headers --enable-languages=c --program-transform-name=s,^,ppu-,; --srcdir=../../intl --with-build-libsubdir=.
    ## Platform. ##
    hostname = ps3
    uname -m = ppc64
    uname -r = 2.6.25-rc1-10429-g664fdd3-dirty
    uname -s = Linux
    uname -v = #6 SMP Tue Feb 19 23:56:26 EST 2008
    /usr/bin/uname -p = unknown
    /bin/uname -X = unknown
    /bin/arch = ppc64
    /usr/bin/arch -k = unknown
    /usr/convex/getsysinfo = unknown
    hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown
    PATH: /bin
    PATH: /usr/bin
    PATH: /sbin
    PATH: /usr/sbin
    ## Core tests. ##
    configure:1220: loading cache ./config.cache
    configure:1323: checking whether make sets $(MAKE)
    configure:1343: result: yes
    configure:1390: checking for a BSD-compatible install
    configure:1445: result: /bin/install -c
    configure:1470: checking whether NLS is requested
    configure:1479: result: no
    configure:1517: checking for msgfmt
    configure:1548: result: /usr/bin/msgfmt
    configure:1557: checking for gmsgfmt
    configure:1588: result: /usr/bin/msgfmt
    configure:1627: checking for xgettext
    configure:1658: result: /usr/bin/xgettext
    configure:1698: checking for msgmerge
    configure:1728: result: /usr/bin/msgmerge
    configure:1771: checking for powerpc64-unknown-linux-gnu-gcc
    configure:1797: result: /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/xgcc -B/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/ -B/usr/local/ps3dev/ppu/ppu/bin/
    configure:2079: checking for C compiler version
    configure:2082: /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/xgcc -B/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/ -B/usr/local/ps3dev/ppu/ppu/bin/ --version </dev/null >&5
    xgcc (GCC) 4.2.0
    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:2085: $? = 0
    configure:2087: /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/xgcc -B/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/ -B/usr/local/ps3dev/ppu/ppu/bin/ -v </dev/null >&5
    Reading specs from /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/specs
    Target: ppu
    Configured with: ../configure --prefix=/usr/local/ps3dev/ppu --target=ppu --enable-languages=c --with-newlib --disable-libgomp --disable-libmudflap --disable-libssp --disable-nls --disable-shared --disable-threads --without-headers
    Thread model: single
    gcc version 4.2.0
    configure:2090: $? = 0
    configure:2092: /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/xgcc -B/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/ -B/usr/local/ps3dev/ppu/ppu/bin/ -V </dev/null >&5
    xgcc: '-V' must come at the start of the command line
    configure:2095: $? = 1
    configure:2118: checking for C compiler default output file name
    configure:2121: /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/xgcc -B/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/ -B/usr/local/ps3dev/ppu/ppu/bin/ -g -O2 conftest.c >&5
    /usr/local/ps3dev/ppu/ppu/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
    /usr/local/ps3dev/ppu/ppu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
    /usr/local/ps3dev/ppu/ppu/bin/ld: cannot find -lc
    collect2: ld returned 1 exit status
    configure:2124: $? = 1
    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:2163: error: C compiler cannot create executables
    See `config.log' for more details.
    ## Cache variables. ##
    ac_cv_env_CC_set=set
    ac_cv_env_CC_value=' /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/xgcc -B/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/ -B/usr/local/ps3dev/ppu/ppu/bin/'
    ac_cv_env_CFLAGS_set=set
    ac_cv_env_CFLAGS_value='-g -O2'
    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=set
    ac_cv_env_LDFLAGS_value=
    ac_cv_env_build_alias_set=set
    ac_cv_env_build_alias_value=powerpc64-unknown-linux-gnu
    ac_cv_env_host_alias_set=set
    ac_cv_env_host_alias_value=powerpc64-unknown-linux-gnu
    ac_cv_env_target_alias_set=set
    ac_cv_env_target_alias_value=ppu
    ac_cv_path_GMSGFMT=/usr/bin/msgfmt
    ac_cv_path_MSGFMT=/usr/bin/msgfmt
    ac_cv_path_MSGMERGE=/usr/bin/msgmerge
    ac_cv_path_XGETTEXT=/usr/bin/xgettext
    ac_cv_prog_CC=' /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/xgcc -B/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/ -B/usr/local/ps3dev/ppu/ppu/bin/'
    ac_cv_prog_make_make_set=yes
    ## Output variables. ##
    ACLOCAL=''
    ALLOCA=''
    AUTOCONF=''
    AUTOHEADER=''
    BUILD_INCLUDED_LIBINTL=''
    CATOBJEXT=''
    CC=' /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/xgcc -B/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/ -B/usr/local/ps3dev/ppu/ppu/bin/'
    CFLAGS='-g -O2'
    CPP=''
    CPPFLAGS=''
    DATADIRNAME=''
    DEFS=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    EXEEXT=''
    GENCAT=''
    GLIBC21=''
    GMSGFMT='/usr/bin/msgfmt'
    INCINTL=''
    INSTALL_DATA='/bin/install -c -m 644'
    INSTALL_PROGRAM='/bin/install -c'
    INSTALL_SCRIPT='/bin/install -c'
    INSTOBJEXT=''
    INTLBISON=''
    INTLLIBS=''
    INTLOBJS=''
    INTL_LIBTOOL_SUFFIX_PREFIX=''
    LDFLAGS=''
    LIBICONV=''
    LIBINTL=''
    LIBINTL_DEP=''
    LIBOBJS=''
    LIBS=''
    LTLIBICONV=''
    LTLIBINTL=''
    LTLIBOBJS=''
    MAINT=''
    MKINSTALLDIRS='$(top_builddir)/../../intl/../mkinstalldirs'
    MSGFMT='/usr/bin/msgfmt'
    MSGMERGE='/usr/bin/msgmerge'
    OBJEXT=''
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME=''
    PACKAGE_STRING=''
    PACKAGE_TARNAME=''
    PACKAGE_VERSION=''
    PATH_SEPARATOR=':'
    POSUB=''
    RANLIB='ranlib'
    SET_MAKE=''
    SHELL='/bin/sh'
    USE_INCLUDED_LIBINTL=''
    USE_NLS='no'
    XGETTEXT='/usr/bin/xgettext'
    ac_ct_CC=''
    ac_ct_RANLIB=''
    bindir='${exec_prefix}/bin'
    build='powerpc64-unknown-linux-gnu'
    build_alias='powerpc64-unknown-linux-gnu'
    build_cpu=''
    build_os=''
    build_vendor=''
    datadir='${prefix}/share'
    exec_prefix='NONE'
    host='powerpc64-unknown-linux-gnu'
    host_alias='powerpc64-unknown-linux-gnu'
    host_cpu=''
    host_os=''
    host_vendor=''
    includedir='${prefix}/include'
    infodir='${prefix}/info'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localstatedir='${prefix}/var'
    mandir='${prefix}/man'
    oldincludedir='/usr/include'
    prefix='/usr/local/ps3dev/ppu'
    program_transform_name='s,^,ppu-,; '
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target_alias='ppu'
    ## confdefs.h. ##
    #define PACKAGE_BUGREPORT ""
    #define PACKAGE_NAME ""
    #define PACKAGE_STRING ""
    #define PACKAGE_TARNAME ""
    #define PACKAGE_VERSION ""
    configure: exit 77
    I had to copy /usr/include/gnu/stubs-64.h over from the ps3toolchain when I built it on my i686 Archlinux because it appears they disabled 64-bit libraries and whatnot on the ppc. Any ideas what I need to do?

    The bootstrap compiler is GCC 3.4.3.
    I tried Sun's assembler (/usr/ccs/bin/as) too and got another error (below)
    I also tried bootstrapping with Sun's Studio 12 compiler but that too failed.
    *$ pkginfo -x SUNWbinutils SMCbinut*
    SMCbinut binutils
    (x86) 2.17
    SUNWbinutils binutils - GNU binutils
    (i386) 11.10.0,REV=2005.01.08.01.09
    *$ whence gcc*
    /usr/sfw/bin/gcc
    *$ gcc -v*
    Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs
    Configured with: /builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure prefix=/usr/sfw with-as=/usr/sfw/bin/gas with-gnu-as with-ld=/usr/ccs/bin/ld without-gnu-ld enable-languages=c,c++ --enable-shared
    Thread model: posix
    gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
    The error this time is:
    /big1/usr.local.src/gcc-4.3.1/s10i/./gcc/xgcc -B/big1/usr.local.src/gcc-4.3.1/s10i/./gcc/ -B/usr/local/i386-pc-solaris2.10/bin/ -B/usr/local/i386-pc-solaris2.10/lib/ -isystem /usr/local/i386-pc-solaris2.10/include -isystem /usr/local/i386-pc-solaris2.10/sys-include -g -fkeep-inline-functions -m64 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../.././gcc -I../../../../gcc-4.3.1/libgcc -I../../../../gcc-4.3.1/libgcc/. -I../../../../gcc-4.3.1/libgcc/../gcc -I../../../../gcc-4.3.1/libgcc/../include -DHAVE_CC_TLS -o gcov.o -MT gcov.o -MD -MP -MF gcov.dep -DLgcov -c ../../../../gcc-4.3.1/libgcc/../gcc/libgcov.c
    Assembler: libgcov.c
    "/var/tmp//ccYcw90K.s", line 1936 : Syntax error
    Near line: " repz cmpsb"

  • Compiling .fmb on solaris

    I just developed a Form with Forms9i on Windows NT.
    Now I want to deploy this form to our Application Server (9iAS Release 2) on a Solaris Machine.
    I know I cannot transfer the (NT-) compiled FMX to Solaris - I know I have to compile the FMB directly on Solaris to get
    a correct runnable FMX-File.
    My question: How to compile FMB on Solaris? I found a script "f90genm.sh". Whats that script, how to use it? Where can i find information about compiling FMBs on Solaris without Forms-Builder? Or is it a MUST to install Forms Builder on Solaris?
    Many thx for your help!
    Greetings from Germany,
    Marc Teufel

    I hope it helps
    Usage: f90genm Module=<formname> Userid=<userid/password> [Parameters].
    Optional parameters are (default values given):
    Module_Type=FORM Module type (FORM, MENU, LIBRARY).
    Statistics=NO Show statistics.
    Logon=YES Logon to database.
    Batch=NO Don't display messages on the screen.
    Output_File=<file> Write output to file.
    Script=NO Write script file.
    Parse=NO Parse script file.
    Upgrade=NO Upgrade module to current version.
    Upgrade_Roles=NO Upgrade SQL*Menu 5.0 role information.
    Version=45 Version to upgrade (23, 30, 40, 45, or menu 50).
    Crt_File=<crt file> CRT file for version 2.x form upgrade.
    Build=Yes Build a runform/runmenu file when upgrading.
    Add_Triggers=NO Add KEY-UP/DOWN triggers during upgrade.
    Nofail=NO Add NOFAIL keyword to trigger steps.
    Debug=NO Build/Run with debug information.
    Compile_All=NO Compile all PL/SQL code.
    Strip_Source=NO Strip pl/sql source code from library.
    Window_State=Normal Root window state: (Normal, Maximize, Minimize.)
    Help=NO Show this help information.
    Options_Screen=NO Display Options window (on bitmap only).
    Widen_Fields=NO Add one character to display width.
    Print_Version=NO Print version used to save module.
    Forms_Doc=NO Print Forms Doc report.

Maybe you are looking for

  • User Exit or Badi for AS01 at save.

    Hello! I need a user exit or badi to validate fields from ANLA and ANLZ tables in AS01 trasaction. This validation is before save. I have already check this user exit with no success: AAPM0001        Integración contabilidad activos fijos/mantenimien

  • BackingBean scope

    Hello   ADF experts, can you please  clarify my  question.   I have read in some blog   saying  in backingBean scoped bean,  the fields  should be marked as transient.       If the bean  is in  backingBean scope, should we still make the fields  tran

  • XML serialization vs. normal serialization

    Hey all, Great to see the forums in use! :) One thing I've never been quite clear on -- when does it make sense to use Coherence's XML serialization vs normal object serialization? Any tips would be appreciated. Thanks, Matt

  • Delay start of background audio?

    Is there any way to delay the start of the background audio track? I'd like the video to start first, silently, and have the audio come in a second or two later. I can pin the audio to the first still image but if I later move that to rearrange the o

  • Can any one expain APO-dp/snp production supports..........

    hay APO gurs     this is suresh, new for APO -DP/SNP production support,what are my role and responsibilities in production support,exactly what i can do in production i dont know, can any respon plesss ,i am very thankeful to them......byeeee regard