Gcc and conio.h on solaris 10;;;;

hello I want to use conio.h with gcc can anyone help me where i can found it and how to install it
thanks in advance.

I am not sure about conio.h, you can check out ncurses (http://www.gnu.org/software/ncurses/ncurses.html) library. This is available pre-compiled at http://www.sunfreeware.com

Similar Messages

  • How can I use the "gcc compiler and emacs editor" in Solaris 8 for Intel?

    I installed Solaris 8 for Intel to my desktop computer.
    After the installation, I found I couldn't use the companion software (the software CD included in the Multilinugal Media Kit for Solaris 8) - especially the emacs editor and gcc compilers.
    I certainly installed the companion software to my computer. And I can identify that those softwares are
    really installed to my system. In order to check out whether I installed them or not, I went to the "System Administrator" and opened the "Solaris Product Registry", in which I identified that all the files in
    the companion software were succesfully installed in my computer.
    However, when I open terminal or console box and tries to use those
    software, the system responds that "there is no emacs or gcc."
    Why I cannot use those things?
    Did I install the companion software wrong?
    I really don't understand why I can't use them.
    For your reference, I saw the directories "/usr/bin" and "usr/ccs/bin"
    too.
    In /usr/bin I typed
    #as
    and no such command.
    In /usr/ccs/bin
    #as
    and also no such command
    was what I had as a response.
    If I installed the companion software CD correctly and if they are installed somewhere in my computer,
    where I can find them and how I can use those softwares?
    Lastly, whenever I try to connect to my ISP via telnet mode, I see this
    message.
    "Try to connect ...
    connected to ***.***.***.*** (IP address of my ISP)
    Closed by foreign hosts."
    Is there any one who knows why this happens?
    Thanks for reading my question.

    gcc and emacs install in /opt/sfw. You should change your path statement to include /opt/sfw/bin and should obtain the FAQ from sunfreeware.com. The FAQ answers all your questions.
    I have installed gcc and gtk and am using both at this time.
    [email protected]

  • 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

  • Error compiling GCC 4.3.1 on Solaris 10 x86 (Update 5)

    I am getting error when building GCC 4.3.1 on Solaris 10 x86.
    Have any of you built GCC 4.3.1 on Sol 10 x86?
    Here's the background:
    $ cat /etc/release
    Solaris 10 5/08 s10x_u5wos_10 X86
    Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 24 March 2008
    $ isainfo -x
    amd64: cx16 mon sse3 sse2 sse fxsr mmx cmov amd_sysc cx8 tsc fpu
    i386: cx16 mon sse3 sse2 sse fxsr mmx cmov sep cx8 tsc fpu
    $ isalist
    amd64 pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    $ echo $PATH
    /usr/sfw/bin:/usr/local/bin:/usr/X/bin:/etc:/sbin:/usr/sbin:/usr/local/bin:/usr/ccs/bin:/usr/bin
    $ ../gcc-4.3.1/configure program-suffix=-4.3.1 enable-languages=c,c++
    with-mpfr=/usr/local with-gmp=/usr/local
    with-gnu-as with-as=/usr/sfw/bin/gas
    without-gnu-ld with-ld=/usr/ccs/bin/ld
    And here's the failure:
    /usr/local/src/gcc-4.3.1/s10i/./gcc/xgcc
    -B/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
    -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 -shared
    -nodefaultlibs -Wl,-h,libgcc_s.so.1
    -Wl,-z,text -Wl,-z,defs -Wl,-M,libgcc.map
    -o amd64/libgcc_s.so.1.tmp -g -fkeep-inline-functions
    -m64 -B./ muldi3s.o negdi2s.o lshrdi3s.o ashldi3s.o
    ashrdi3s.o
    cmpdi2s.o ucmpdi2s.o clearcache_s.o enableexecute_stack_s.o
    trampolines.o __main_s.o absvsi2s.o absvdi2s.o addvsi3s.o
    addvdi3s.o subvsi3s.o subvdi3s.o mulvsi3s.o mulvdi3s.o negvsi2s.o
    negvdi2s.o ctorss.o ffssi2s.o ffsdi2s.o clzs.o clzsi2s.o clzdi2s.o
    ctzsi2s.o ctzdi2s.o popcounttab_s.o popcountsi2s.o popcountdi2s.o
    paritysi2s.o paritydi2s.o powisf2s.o powidf2s.o powixf2s.o powitf2s.o
    mulsc3s.o muldc3s.o mulxc3s.o multc3s.o divsc3s.o divdc3s.o
    divxc3s.o divtc3s.o bswapsi2s.o bswapdi2s.o fixunssfsis.o
    fixunsdfsis.o fixunsxfsis.o fixsfdis.o fixdfdis.o fixxfdis.o fixtfdis.o
    fixunssfdis.o fixunsdfdis.o fixunsxfdis.o fixunstfdis.o floatdisfs.o
    floatdidfs.o floatdixfs.o floatditfs.o floatundisfs.o floatundidfs.o
    floatundixfs.o floatunditfs.o divdi3s.o moddi3s.o udivdi3s.o umoddi3s.o
    udivw_sdiv_s.o udivmoddi4s.o unwind-dw2_s.o unwind-dw2-fde_s.o unwind-sjlj_s.o
    gthr-gnat_s.o unwind-c_s.o emutls_s.o -lc && rm -f amd64/libgcc_s.so
    && if [ -f amd64/libgcc_s.so.1 ]; then mv -f amd64/libgcc_s.so.1 amd64/libgcc_s.so.1.backup; else true; fi
    && mv amd64/libgcc_s.so.1.tmp amd64/libgcc_s.so.1
    && ln -s libgcc_s.so.1 amd64/libgcc_s.so
    ld: fatal: unwind table: file /usr/local/src/gcc-4.3.1/s10i/./gcc/amd64/crtend.o: section .eh_frame:
    bad cie version 0: offset 0xfffffd7fffdfb700
    How do I build GCC 4.3.1 on Solaris x86?
    Thanks

    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"

  • Install gcc 3.2.3 on Solaris 9

    Have installed Sol 2.9 on a SparcStation 4, now trying to get GCC onto it. However, the "make bootstrap" command from the html documentation does not work. It asks for a valid copy of 'cc' which I do not have, which was the reason I am trying to install gcc - and is starting to become a circular argument.
    gcc was downloaded from sunfreeware.com. Their instructions for non-compilation installation of gcc are vague at best.
    Can anyone provide me with the info on whats required to instal this package?
    Thanks, Ian Dennison (HP-UX Certified SysAdmin)

    Set your environment variable CC=gcc or edit the Makefile or config file that would have the line
    for the compiler to use. either cc or gcc.

  • Compiling old version of GCC and Binutils

    Hello everyone. I'm in search of a way to create bflt executables, and tried my best to follow this guide, but it requires compilation of a rather old version of gcc and binutils. This is what I'm getting after trying to run make.
    strerror.c:460:12: error: static declaration of ‘sys_nerr’ follows non-static declaration
    /usr/include/bits/sys_errlist.h:27:12: note: previous declaration of ‘sys_nerr’ was here
    strerror.c:461:21: error: conflicting types for ‘sys_errlist’
    /usr/include/bits/sys_errlist.h:28:30: note: previous declaration of ‘sys_errlist’ was here
    make[2]: *** [strerror.o] Error 1
    make[2]: Leaving directory `/home/patrick/bflt/uclinuxgcc-kit-160899/binutils-2.9.1.kernel/libiberty'
    make[1]: *** [all-libiberty] Error 2
    make[1]: Leaving directory `/home/patrick/bflt/uclinuxgcc-kit-160899/binutils-2.9.1.kernel'
    make: *** [/opt/uClinux/bin/m68k-coff-as] Error 2
    It is gcc 2.7.2.3, and binutils 2.9. Is there anything I can do to make everything work nicely, or should I go the route of installing an older version of Linux in a virtual machine, then attempting this in that environment? I currently have gcc 4.6 installed. In case it matters, here is my uname -a
    Linux SMNG-N150 2.6.38-ARCH #1 SMP PREEMPT Mon May 23 20:04:02 UTC 2011 i686 Intel(R) Atom(TM) CPU N450 @ 1.66GHz GenuineIntel GNU/Linux
    I appreciate any advice you guys can give me!

    bump

  • How install and configuring sudo in solaris 8

    I need install sudo in a zone with solaris 8 conteiner have solaris 10 ¿can a help my?
    Adolfo

    We don't provide sudo for Solaris 8, but you can try with the package available there : http://www.sudo.ws/sudo/download.html#binary
    They don't provide a specific package for Solaris 8 but may be will the binary working correctly in your zone.
    An other package, and is builded for Solaris 8, is available on www.sunfreeware.com website.
    Regarding the configuration, the method can differ depending on which version you will use. You can find a lot of examples on Internet if you want for details.

  • Memory Management comparison between Database 9208 and 11gR2 on Sun Solaris

    Hi All,
    Need some case studies which would help understand how Memory management is done in 9208 and 11gR2 on Sun Solaris SPARC
    Also wanted some real time data which says 11gR2 manages Memory and CPU better than 9208. Some comparison Graph between 9i and 11gR2.
    Any information will be of great help.
    Thanks everyone for your support.
    Thanks
    Abdul

    please see if below helps :
    http://www.oracle.com/global/de/upgradecommunity/artikel/upgrade11gr1_workshop2.pdf
    http://www.dba-oracle.com/oracle11g/oracle_11g_memory_target_parameter.htm
    Regards
    Rajesh

  • How to install gcc and its related packages?

    In Debian, we can install a virtual package build-essential which relys on packages like gcc and libc6-dev to bulid a base development environment.
    If I want to compile the source codes in Arch Linux , or compile my codes, which packages should i install??

    none usually, it's all there already
    You are basically expected to compile, using makepkg, all packages you want/need in the AUR, so the standard toolkit is already available...
    if not
    lucke wrote:pacman -S gcc
    Last edited by klixon (2007-04-25 12:43:10)

  • Install and configuring SAMBA in Solaris 8.0

    Hi
    Can any one help tme to install and configure SAMBA on solaris 8.0
    Thanks in advance

    We don't provide sudo for Solaris 8, but you can try with the package available there : http://www.sudo.ws/sudo/download.html#binary
    They don't provide a specific package for Solaris 8 but may be will the binary working correctly in your zone.
    An other package, and is builded for Solaris 8, is available on www.sunfreeware.com website.
    Regarding the configuration, the method can differ depending on which version you will use. You can find a lot of examples on Internet if you want for details.

  • Gcc and gdb integration in Sun Developer 11

    Is it possible (and how easy) to integrate gcc and gdb into Sun Developer Studio 11. Also, if yes, would one be able to use any of the visual debugging functionality (setting breakpoints etc..) in the Studio.

    Are you running a remote X server from your PC? If so, thats probably
    the problem. I suggest trying vnc instead. Its better at passing all
    chararcters than remote X servers. There is a white paper on using
    vnc at http://developers.sun.com/prodtech/cc/articles/vnc.html.
    The type of problem you're seeing is fairly typical of many Motif or
    X11 applications run via a remote X server.
    If that doesn't work then I don't have an immediate alternative. My
    group (the Sun Studio IDE team) is working with several NetBeans
    groups and are considering adding gdb support to the NetBeans
    C/C++ Native Development Module, but that effort is just getting
    started and nothing would be available very soon (the gdb effort
    probably won't even get scheduled in the near future). But we're
    likely to do it eventually.

  • Make and dmake included with Solaris 10/Studio 11

    Subject: make and dmake included with Solaris 10/Studio 11
    I've been working on a project where I'm converting makefiles that were originally developed for GNU make to utilize dmake.
    The one issue I've been having is that one dynamic macro "$<" (insert dependency) doesn't seem to work as documented in the make man page either with dmake and make (in /usr/ccs/bin, or /usr/xpg4/bin). Here's a small snippet of what I'm trying to figure out:
    #### Targets
    oraSQL.c: oraSQL.pc
    $(ORACLE_HOME)/bin/proc iname=$< dbms=v8 HOLD_CURSOR=NO RELEASE_CURSOR=YES ireclen=132 oreclen=132 select_error=no lines=yes sqlcheck=semantics xref=yes CODE=CPP ORACA=YES MODE=ORACLE MAXOPENCURSORS=50 userid=$(CONNSTR) When make executes this, it should replace the "$<" with "oraSQL.pc". This does work with GNU make. Now, I know that Solaris make and GNU make are definitely not the same; the manpage for Solaris make at the section titled "Dynamic Macros", clearly states that the same behavior should exist. Unfortunately with Solaris make, the macro is simply replaced with nothing.
    Am I being a blockhead, or is there more too this that someone here might know about?
    Thanks in advance;

    First of all, this is a well known problem. It is not a bug, but a
    difference in behavior between Sun "make" and GNU "make".
    The behavior of Sun "make" is documented in man page,
    and we cannot change the default behavior because this will
    break the existing builds.
    Here is how it is documented in make.1 man page:
    $< The name of a dependency file, derived as if
    selected for use with an implicit rule.
    Second, this problem has been reported several times (see CR
    6593262 for example) , and we addressed it - we provided
    environment variable to specify the compatibility mode.
    SUN_MAKE_COMPAT_MODE=GNU
    - compatibility with GNU "make"
    Compatibility with GNU "make" is partially implemented, and
    will be improved in next releases.
    Here is an example how to set SUN_MAKE_COMPAT_MODE
    to avoid the problem, mentioned in CR 6593262:
    1. This is what happens if SUN_MAKE_COMPAT_MODE is not set.
    % unsetenv SUN_MAKE_COMPAT_MODE
    % cat Makefile
    ## -- Makefile --
    ECHO=/usr/bin/echo
    all: this
    that:
    $(ECHO) "soccer"
    this: that
    $(ECHO) $<
    % dmake -m parallel this
    /usr/bin/echo "soccer"
    soccer
    /usr/bin/echo
    2. Here is what happens if SUN_MAKE_COMPAT_MODE=GNU
    % setenv SUN_MAKE_COMPAT_MODE GNU
    % env | grep SUN_MAKE_COMPAT_MODE
    SUN_MAKE_COMPAT_MODE=GNU
    % dmake -m parallel this
    /usr/bin/echo "soccer"
    soccer
    /usr/bin/echo that
    that
    So, in this case the output is identical to GNU make, correct?
    Please, try to set the environment variable:
    SUN_MAKE_COMPAT_MODE=GNU
    and restart your build.
    Thanks,
    Nik

  • SLES 10 - 11.5.10.2 - gcc and g++  - gcc_old

    Hi,
    I have 11.5.10.2 running on multiple boxes; database is 10.2.0.4 on SLES10 64 bit and forms/web/conc are on another box running SLES10 32 bit.
    The details of the operating system on the 32 bit SLES10 box is as follows:
    $ uname -a
    Linux boxcar 2.6.16.60-0.21-bigsmp #1 SMP Tue May 6 12:41:02 UTC 2008 i686 i686 i386 GNU/Linux
    $ cat /etc/issue
    Welcome to SUSE Linux Enterprise Server 10 SP2 (i586) - Kernel \r (\l).
    I would like to find out from those who have installed 11.5.10.2 on SLES10 what version of gcc and g++ are they using and have they installed gcc_old package on SLES 10??
    In metalink note 316806.1, Oracle wants the following to be done:
    # mv /usr/bin/gcc /usr/bin/gcc41
    # mv /usr/bin/g++ /usr/bin/g++41
    # ln -s /opt/gcc295/bin/gcc /usr/bin/gcc
    # ln -s /opt/gcc295/bin/g++ /usr/bin/g++
    Now gcc295 comes as gcc_old package and according to our Linux Sysadmins, this is obsolete with SLES 10. This is what the Linux Sysadmins have told me:
    "...According to Novell, the gcc_old package is not supported on SLES10. See the following link to Novell's website for details http://developer.novell.com/wiki/index.php/SUSE_Linux_Porting_Advisories#SLES_9_to_SLES_10:_Oracle_Development"
    Thanks & regards,

    Hi Michael,
    (This update is going to be a little long so bear with me)
    I was able to get the gcc and g++ 2.95 installed on the system after I had Oracle Corp get Novell update the following url:
    http://developer.novell.com/wiki/index.php/SUSE_Linux_Porting_Advisories#SLES_9_to_SLES_10:_Oracle_Development
    It now states:
    gcc_old SLES9 package is obsolete in SLES10. While gcc_old is generally obsolete for SLES 10, it is required for the use of EBS 11i on SLES 10 and has been provided by Novell explicitly for this use.
    But now that I have the right gcc and g++ when I tried the adadmin relinking of all application files, I am getting many errors similar to the following:
    Relinking module 'MSCXGCAL' in product msc ...
    make -f /apptheta/app/theta/appl/admin/theta/out/link_msc_10083.mk /apptheta/app/theta/appl/msc/11.5.0/bin/MSCXGCAL
    Starting link of msc executable 'MSCXGCAL' on Mon Jul 13 15:05:29 PDT 2009
    g++ -s -L/apptheta/app/theta/8.0.6/lib -L/apptheta/app/theta/8.0.6/lib/stubs -o /apptheta/app/theta/appl/msc/11.5.0/bin/MSCXGCAL /apptheta/app/theta/appl/msc/11.5.0/lib/mscxgcal.o \
    /apptheta/app/theta/appl/msc/11.5.0/lib/libmsc.a /apptheta/app/theta/appl/mso/11.5.0/lib/libmso.a /apptheta/app/theta/appl/msc/11.5.0/lib/libmsc.a /apptheta/app/theta/appl/sht/11.5.0/lib/ilog/5.1/libschedule.a /apptheta/app/theta/appl/sht/11.5.0/lib/ilog/5.1/libsolver.a /apptheta/app/theta/appl/sht/11.5.0/lib/ilog/5.1/libconcert.a /apptheta/app/theta/appl/sht/11.5.0/lib/ilog/5.1/libhybrid.a /apptheta/app/theta/appl/sht/11.5.0/lib/ilog/5.1/libcplex.a /apptheta/app/theta/appl/sht/11.5.0/lib/ilog/5.1/libilocplex.a \
    /apptheta/app/theta/appl/fnd/11.5.0/lib/libfnd.a /apptheta/app/theta/appl/sht/11.5.0/lib/rwave/libstd8s.a -lsql /apptheta/app/theta/8.0.6/lib/nautab.o /apptheta/app/theta/8.0.6/lib/naeet.o /apptheta/app/theta/8.0.6/lib/naect.o /apptheta/app/theta/8.0.6/lib/naedhs.o `cat /apptheta/app/theta/8.0.6/lib/naldflgs` -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lepc -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 `cat /apptheta/app/theta/8.0.6/lib/sysliblist` -ldl -lpthread -lm /apptheta/app/theta/8.0.6/rdbms/lib/defopt.o /apptheta/app/theta/8.0.6/rdbms/lib/ssbbded.o /usr/lib/libstdc++.so.2.9
    `.L13224' referenced in section `.rodata' of /apptheta/app/theta/appl/mso/11.5.0/lib/libmso.a(msopomdl.o): defined in discarded section `.SCOProfileOptions::gnu.linkonce.t.(void)' of /apptheta/app/theta/appl/mso/11.5.0/lib/libmso.a(msopomdl.o)
    `.L13227' referenced in section `.rodata' of /apptheta/app/theta/appl/mso/11.5.0/lib/libmso.a(msopomdl.o): defined in discarded section `.SCOProfileOptions::gnu.linkonce.t.(void)' of /apptheta/app/theta/appl/mso/11.5.0/lib/libmso.a(msopomdl.o)
    `.L13228' referenced in section `.rodata' of /apptheta/app/theta/appl/mso/11.5.0/lib/libmso.a(msopomdl.o): defined in discarded section `.SCOProfileOptions::gnu.linkonce.t.(void)' of /apptheta/app/theta/appl/mso/11.5.0/lib/libmso.a(msopomdl.o)
    `.L13229' referenced in section `.rodata' of /apptheta/app/theta/appl/mso/11.5.0/lib/libmso.a(msopomdl.o): defined in discarded section `.SCOProfileOptions::gnu.linkonce.t.(void)' of /apptheta/app/theta/appl/mso/11.5.0/lib/libmso.a(msopomdl.o)
    `.L13219' referenced in section `.rodata' of /apptheta/app/theta/appl/mso/11.5.0/lib/libmso.a(msopomdl.o): defined in discarded section `.SCOProfileOptions::gnu.linkonce.t.(void)' of /apptheta/app/theta/appl/mso/11.5.0/lib/libmso.a(msopomdl.o)
    collect2: ld returned 1 exit status
    make: *** [apptheta/app/theta/appl/msc/11.5.0/bin/MSCXGCAL] Error 1
    Done with link of msc executable 'MSCXGCAL' on Mon Jul 13 15:05:38 PDT 2009
    Relink of module "MSCXGCAL" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /apptheta/app/theta/appl/msc/11.5.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Done with link of product 'msc' on Mon Jul 13 15:05:38 PDT 2009
    adrelink is exiting with status 1
    I noticed note says:
    "..For SUSE Linux Enterprise Server 10 only:
    # ln -s /usr/bin/ld215 /usr/bin/ld
    # ln -s /usr/lib/libdb.so.2 /usr/lib/libdb.so.3
    # ln -s /usr/lib/libgdbm.so /usr/lib/libgdbm.so.2
    In our case what we have is:
    ls -l ld-rwxr-xr-x 1 root root 1765060 2008-04-21 16:01 ld
    apptheta@boxcar:/usr/bin
    ls -l libdb*-rwxr-xr-x 1 root root 55448 2006-06-16 06:15 libdb-1.85.so
    -rwxr-xr-x 1 root root 931232 2006-06-16 06:07 libdb-4.3.so
    lrwxrwxrwx 1 root root 12 2009-06-23 10:34 libdb-4.so -> libdb-4.3.so
    lrwxrwxrwx 1 root root 13 2009-06-23 10:37 libdb.so.2 -> libdb-1.85.so
    lrwxrwxrwx 1 root root 19 2009-07-09 15:43 libdb.so.3 -> /usr/lib/libdb.so.2
    -rwxr-xr-x 1 root root 1026088 2006-06-16 06:07 libdb_cxx-4.3.so
    lrwxrwxrwx 1 root root 16 2009-06-23 10:34 libdb_cxx-4.so -> libdb_cxx-4.3.so
    lrwxrwxrwx 1 root root 18 2009-06-23 10:36 libdbus-1.so.2 -> libdbus-1.so.2.0.0
    -rwxr-xr-x 1 root root 190612 2008-04-21 16:53 libdbus-1.so.2.0.0
    lrwxrwxrwx 1 root root 23 2009-06-23 10:37 libdbus-glib-1.so -> libdbus-glib-1.so.2.0.0
    lrwxrwxrwx 1 root root 23 2009-06-23 10:37 libdbus-glib-1.so.2 -> libdbus-glib-1.so.2.0.0
    -rwxr-xr-x 1 root root 98744 2008-04-21 16:53 libdbus-glib-1.so.2.0.0
    Any suggestions?
    Thanks,

  • SLES 10 - 11.5.10.2 - gcc and g++

    Hi,
    I have 11.5.10.2 running on multiple boxes; database is 10.2.0.4 on SLES10 64 bit and forms/web/conc are on another box running SLES10 32 bit.
    The details of the operating system on the 32 bit SLES10 box is as follows:
    $ uname -a
    Linux boxcar 2.6.16.60-0.21-bigsmp #1 SMP Tue May 6 12:41:02 UTC 2008 i686 i686 i386 GNU/Linux
    $ cat /etc/issue
    Welcome to SUSE Linux Enterprise Server 10 SP2 (i586) - Kernel \r (\l).
    I would like to find out from those who have installed 11.5.10.2 on SLES10 what version of gcc and g++ are they using and have they installed gcc_old package on SLES 10??
    In metalink note 316806.1, Oracle wants the following to be done:
    # mv /usr/bin/gcc /usr/bin/gcc41
    # mv /usr/bin/g++ /usr/bin/g++41
    # ln -s /opt/gcc295/bin/gcc /usr/bin/gcc
    # ln -s /opt/gcc295/bin/g++ /usr/bin/g++
    Now gcc295 comes as gcc_old package and according to our Linux Sysadmins, this is obsolete with SLES 10. This is what the Linux Sysadmins have told me:
    "...According to Novell, the gcc_old package is not supported on SLES10. See the following link to Novell's website for details http://developer.novell.com/wiki/index.php/SUSE_Linux_Porting_Advisories#SLES_9_to_SLES_10:_Oracle_Development"
    Thanks & regards,
    (GOING TO PUT THIS QUESTION IN Technology - EBS on Linux - THAT SEEMS MORE APPROPRIATE FOR THIS QUESTION)
    Edited by: DBA115102 on Jul 8, 2009 10:53 AM

    Duplicate post.
    SLES 10 - 11.5.10.2 - gcc and g++  - gcc_old

  • [solved: I am a dope] Can gcc and gcc-multilib coexist?

    If I try to install gcc-multilib, it conflicts with my existing 64-bit gcc package. Is there a way for me to install it in another path or install the binaries from gcc-multilib as gcc32, g++32 etc?
    Last edited by rhd (2012-02-20 02:50:55)

    rhd wrote:
    I'm learning 32-bit assembly and the tutorial I am using has a small collection of example code and a little library which needs a 32-bit copy of libgcc.a.
    libgcc.a is owned by gcc and not gcc-libs and so here I am, attempting to install the multilib package instead of the 64-bit version. The -m32 flag doesn't help. [edit: the -m32 flag to gcc, which tells it to compile for a 32 bit arch]
    $ nosr libgcc.a
    core/gcc
    community/arm-elf-gcc-base
    community/arm-wince-cegcc-gcc
    community/avr-gcc
    community/mingw32-gcc
    community/mingw32-gcc-base
    multilib/gcc-multilib
    I tried to point out that gcc-multilib provides gcc. Everything gcc does, you can do with gcc-multilib. You can't have both installed at the same time (but you wouldn't want/need to, either).
    Last edited by falconindy (2012-02-18 15:01:10)

Maybe you are looking for

  • Can I create an interactive PDF without distributing it?

    Hi guys, I am very new to this and I have been asked by the development team here at work to play around and create a form. The idea behind this is that we want to be able to create an interactive PDF form that can be saved without uploading it to an

  • Does my imac 17 burn dvds

    i have searched the web for so much time allready it apears that my computer harware does not burn dvds but my real question is i pull up my system specs and look at my system serial number i go to apple manuals and put my serial number in and it say

  • Another SUS Query

    HI All, We are working on the MM-SUS classic scenario. Currently the supplier is creating invoice based on the ASN. But as per the standard scenario we should be able to create invoice based on ASN & PO. How do I enable the functionality of creating

  • IChat Video Conference Quality?

    Hello, I am thinking about purchasing a Macbook and using it for one-on-one video conferencing, but would like to know if the webcam video quality is really as good as it is in the store demo. That is, when you video conference with others (Mac and P

  • My N82 just freezed in Black screen at started

    I've been having a problem with my N82 since last 2 weeks, I've tried everything and it still has the problem. Know I want to do the hard reset but the problem is that the phone does not turn on, when I press the on/off button to turn it on it stays