Skip to content
Snippets Groups Projects
Commit 410a9311 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

Merge branch 'izzard-discs' of gitlab.eps.surrey.ac.uk:ri0005/binary_c into izzard-discs

parents 24f744f9 0d2ceff6
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ while($_ = next_make_line())
# skip spurious intel compiler messages
<MAKE>;<MAKE>;<MAKE>;next;
}
elsif(m!unrecognized option '-Wl,-soname,libbinary_c.so'!)
elsif(m!unrecogni[sz]ed option '-Wl,-soname,libbinary_c.so'!)
{
# oops we're using ld as the linker when we should use gcc
print "\n\n$magenta Linking error $_ $reset\n\nTo fix this, try\n\nexport LD=gcc\n\nor\n\nexport LD=/usr/bin/gcc\n\nto use the compiler as a linker, then retry the build.\n\n\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment