Re: [Helidelinux-devel] Dependency management for software packaging
Status: Abandoned
Brought to you by:
rveen
From: Bennett T. <be...@ra...> - 2004-03-10 15:19:55
|
2004-03-10T14:15:56 Rolf Veen: > Before building: > - ./configure (autotools) 'reverse engineering' >=20 > After/during building: > - ldd > - strings > - strace > - #! I'd organize these differently. Heuristic behavior analysis: Build-time dependencies: strace Install-time dependencies: ldd #! strings Code analysis: ./configure (autotools) 'reverse engineering' I'm not sure whether the ./configure analysis splits up into build-time-dependencies -vs- install-time dependencies, or not. -Bennett |