Thu, 28 Jun 2007
Fun Filenames
Ok, some interesting output from a build script of a nameless code I'm working on:
... scanning lib[10].a ... scanning lib[11].a ... scanning lib[12].a ... scanning lib[13].a ... scanning lib[14].a ... scanning lib[15].a ... pgf90 -Wl,--start-group ./master.o -L. -l[1] -l[2] -l[3] -l[4] -l[5] -l[6] -l[7] -l[8] -l[9] -l[10] -l[11] -l[12] -l[13] -l[14] -l[15] -Wl,--end-group -llapack -lblas ./lib[2].a(cprep1.o)(.text+0x181d): In function `cprep1': ...
Next time, think of someone trying to find these interesting files. People using regexps, ok ? What do these 'libraries' contain, anyway ?