View Single Post
  #1   (View Single Post)  
Old 26th August 2008
enpey enpey is offline
Port Guard
 
Join Date: May 2008
Location: Newcastle, Australia
Posts: 33
Default pkg_add g95;g95 x.f95: cannot find g95

Hi all,

I have recently installed OpenBSD. After installing I used
pkg_add -v g95
and was able to use g95 to compile my code.

I have since added cvsup and downloaded the src code and rebuilt the kernel and world (Following openbsd101 guide). I encountered no errors in the upgrade process, however I am no longer able to use g95. I have run
pkg_delete g95;pkg_add -v g95
and it seems to install correctly but I cannnot run it. It is not installed in /usr/bin/g95 where I expected it to be.

Does anyone have any ideas as to what is going on?

uname -a:
OpenBSD te2100.nj 4.3 GENERIC#0 i386
Reply With Quote