Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] Abinit in FreeBSD.

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] Abinit in FreeBSD.


Chronological Thread 
  • From: Marcelo Maia Garcia <mmgarcia@macbeth.if.usp.br>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] Abinit in FreeBSD.
  • Date: Tue, 22 Jun 2004 10:58:46 -0300 (EST)

Hello,

It was necessery only inform the type of the ELF:
brandelf -t Linux abinis (and other executables)

Thanks for your advices.

Marcelo


>
> The principle is :
> - create the executable program linked with Fortran
> Libraries statically; please consult with man pages
> for your Fortran compiler by keyword "static",
> then enable the option when compiling the ABINIT
> (your ABINIT binary is made like this way ?)
>
> - enable your FreeBSD environment for Linux-compatible
> mode (emulation). The configuration will depend on
> your FreeBSD version...
> Maybe Googling and/or FreeBSD documentations would help.
> I found some pages (in Japanese, so I do not cite here),
> saying:
>
> - linux_enable=``YES'' in /etc/rc.conf, then check
> the module is loaded, by "kldstat"
> % kldstat
> Id Refs Address Size Name
> 1 2 0xc0100000 16bdb8 kernel
> 7 1 0xc24db000 d000 linux.ko
>
> - install Linux runtime libraries. e.g. by using port,
> # cd /usr/ports/emulators/linux_base
> # make install distclean
>
> - add shared libries, if they are missing
>
> - install Linux ELF binaries
>
> - correct hostname resolver (if needed)
>




Archive powered by MHonArc 2.6.16.

Top of Page