On 17-02-21 11:11pm, rohit yadav wrote: > Hi, > > I could not find the above mentioned shared object lib in any of the > nixpkgs. Could please someone let me know which package to install this to > get lib? gcc or gfortran does not install this
The gfortran attribute only produces a wrapper. The actual compiler is gfortran.cc; the .so is in gfortran.cc.lib Hope that helps. An easy way to find shared objects and the names of packages they are in is to use find(1) on the store btw: find /nix/store -iname "*libgfortran.so*" -- Proudly written in Mutt with Vim on NixOS. Q: Why is this email five sentences or less? A: http://five.sentenc.es May take up to five days to read your message. If it’s urgent, call me. _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
