Actually this is just a type in the ebuild configuration for dump-0.4.31 Hey at least its trying to be staticlly linked like it should be. as follows: dump-0.4.31.ebuild use static \ && myconf="${myconf} --snable-static" \ || myconf="${myconf} --enable-shared" should be: use static \ && myconf="${myconf} --enable-static" \ || myconf="${myconf} --enable-shared" notice the enable-statics thanks, -aaron
nice catch