script to find right order for linking

2007-06-13 Thread Amit Gupta
Being a C++ programmer for a while, many times I come across some old code base that has cyclic dependencies or sometime writing a new package where I have to find the right order for linking some old stuff. It occurs to me, there should be some script or program that gives you one *working* order

Re: script to find right order for linking

2007-06-13 Thread Bernd Strieder
Hello, Amit Gupta wrote: > It occurs to me, there should be some script or program that gives you > one *working* order of library linking, and error's out if there is > cyclic dependencies. Would be gald, if you can point me to such tool/ > script. > > Input:> set of n libraries > output:> one