On 1/21/14 3:03 PM, ABE Hiroshi wrote:
> Dear All,
>
> I would like to know how to do the equivalent procedures to what fink
> does.
>
> I am about installing "lammpi" and fink tell me I need install gcc47.
> I tried and tried but my machine (MDD PPC Dual 10.5.8 1.8GHz) always
> stall while making gcc47.
> Maybe this is not fink problem but my environmental problem.
> After a series of my trial, I found gcc47 can "make" by hand as
>
>    cd /sw/src/fink.build/gcc47-4.7.3-1000/darwin_objdir
>    sudo make <= sometime stall again.
>    sudo make install
>
> But the fink database doesn't know gcc47 is installed.
> I would like to know the equivalent procedure to fink.
> If I am wrong please tell me. Any suggestions are really helpful.
>
> Thank you in advance.
>
> yours Sincerely,
> ABE Hiroshi
>    from Tokorozawa, JAPAN
>
>

Fink isn't set up to work with arbitrary manually installed packages. 
It would be essentially impossible to have Fink look for every possible 
package in every possible manual install location.  Even restricting the 
search to /usr/local would be extremely difficult.

One thing you might try is to use "fink configure" to force your number 
of build jobs to be 1.

If that doesn't work, if you can install gcc48 using Fink by some 
chance, then you could try modifying 
/sw/fink/10.4/stable/main/finkinfo/10.5-EOL/devel/lammpi.info to use 
that by changing the BuildDepends: gcc47-compiler along with any 
compiler names.

Or, to use your manual install of gcc47, then you'll need to edit 
/sw/fink/10.4/stable/main/finkinfo/10.5-EOL/devel/lammpi.info and put in 
the correct compiler names and paths for that installation, as well as 
removing gcc47-compiler from the BuildDepends.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to