I'm trying to compile a sample code that should work both on Solaris and Linux. The make file on solaris run the command "lorder". There is a similar command for linux?
Thanks
I'm trying to compile a sample code that should work both on Solaris and Linux. The make file on solaris run the command "lorder". There is a similar command for linux?
Thanks
lorder command was finding object files, I remember. I think you can use the updatedb and locate * .o command.
updatedb
locate *.o