Re: About software companion cd

From: Tony Copeland (copelandt_at_uncw.edu)
Date: 02/28/05


Date: Mon, 28 Feb 2005 12:53:19 -0500

Thone wrote:
> Hi,
>
> I'm a newbie so I have a stupid question to ask. Please help me out.
>
> I just insalled Sofware Companio on Solaris10 x86. The software
> installation path is in /opt/. When I need to compile a program, it asks
> fo `gcc'. I know that gcc is installed then I can check for it and added
> it to the PATH. but it seems that some software require a lot more
> programs and libraries which resided in /opt/. Are there anyway to make
> it a default search path for both libs and programs? Or is it possible
> to install all of them into the default path (like /usr/lib...)
>
> If I understand something wrong please help me.
>
> Thank you
>
> ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet
> News==----
> http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+
> Newsgroups
> ----= East and West-Coast Server Farms - Total Privacy via Encryption =--
Check out "man crle"... it's the system runtime linking environment. It
  can help you include alternative lib directories.

thanks,
-Tony
------------ And now a word from our sponsor ---------------------
For a secure high performance FTP using SSL/TLS encryption
upgrade to SurgeFTP
---- See http://netwinsite.com/sponsor/sponsor_surgeftp.htm ----



Relevant Pages

  • Re: About software companion cd
    ... I know that gcc is installed then I can check for it and added ... > it a default search path for both libs and programs? ... user's environment will be read and LDFLAGS will be set appropriately. ... the -R tells the runtime linker where to find them. ...
    (comp.unix.solaris)
  • Re: arbitrary build cant find libs - right way to do this?
    ... The best way would be to write a port makefile and submit it. ... You don't givec me really enoough for me to go on, but I think really you need to know about 3 options to gcc ... The other two are options to add to the default search path. ... Above, it seems like you are using -l to add an include file path, this is wrong, you should use -I, -l is to specify specific libraries to link in, not a path to search for the libs in. ...
    (freebsd-questions)
  • Re: sys/ paths
    ... The above are perfectly standard #include directives. ... gcc accepts Unix style filename notation. ... I should download anything called Unixlib that isn't part of the ... directory called "sys" that is on the search path (and if that was not ...
    (comp.sys.acorn.programmer)
  • Re: Please help installing GCC on IRIX 6.5
    ... > Refresh my memory, how do I add those to my PATH again? ... you should read the release notes on from freeware ... By default the search path used by your system will not include the ... gcc 3.3 ...
    (comp.sys.sgi.admin)
  • Re: [2.6 patch] scsi_transport_spi.c: make print_nego() static
    ... > This patch makes a needlessly global function static. ... so this is probably a stupid question and it may have been already ... Isn't possible that GCC would/will add an extension similar ...
    (Linux-Kernel)