Hey dude,
I take it that zdplaskin is the plasma kinetics program? If so, have you
followed all the instructions found in the following link?
http://www.zdplaskin.laplace.univ-tlse.fr/download_solver.php
The error you got "undefined reference to 'zdplaskin_bolsig_initcondition"
probably means that there's some problem finding the lib. Unfortunately,
this is as far as I can go without more info from you, ie the file you
tried to compile, the makefile or script you used etc.
According to this:
http://www.zdplaskin.laplace.univ-tlse.fr/download.php
g95 hasn't been officially tested by the developers, so perhaps you could
try one of the other compilers if all fails :(
Cheers
On Tuesday, August 14, 2012 3:52:08 PM UTC+2, Samuel wrote:
> Hi All,
> Please i recently encounter this error while traying to compile and link
> the fortran compiler with a dll file.
> the G95 version was downloaded from *http://ftp.g95.org/g95-MinGW-41.exe*<http://ftp.g95.org/g95-MinGW-41.exe>
> I am running on Windows 7, 32-bit platform
> the output error is:
> C:\Users\208524485\AppData\Local\Temp/ccciiFYx.o:Zdplaskin_m.F90:
> (.test+0x3d7>: undefined reference to 'zdplaskin_bolsig_initcondition_'
> C:\Users\208524485\AppData\Local\Temp/ccciiFYx.o:Zdplaskin_m.F90:
> (.test+0x42d>: undefined reference to 'zdplaskin_bolsig_readcollision_'
> C:\Users\208524485\AppData\Local\Temp/ccciiFYx.o:Zdplaskin_m.F90:
> (.test+0x44c>: undefined reference to 'zdplaskin_bolsig_getcollision_'
> C:\Users\208524485\AppData\Local\Temp/ccciiFYx.o:Zdplaskin_m.F90:
> (.test+0x9c3>: undefined reference to 'zdplaskin_bolsig_sname_'
> C:\Users\208524485\AppData\Local\Temp/ccciiFYx.o:Zdplaskin_m.F90:
> (.test+0xd80>: undefined reference to 'zdplaskin_bolsig_reacsgn_'
> C:\Users\208524485\AppData\Local\Temp/ccciiFYx.o:Zdplaskin_m.F90:
> (.test+0x42ad>: undefined reference to 'zdplaskin_bolsig_solveboltzmann_'
> C:\Users\208524485\AppData\Local\Temp/ccciiFYx.o:Zdplaskin_m.F90:
> (.test+0xd80>: undefined reference to 'zdplaskin_bolsig_geteedf_'
> Please kindly advise