-----Original Message-----
 From: ros-dev-bounces(a)reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of Alex
Ionescu
 Sent: 28. maj 2005 20:26
 To: ReactOS Development List
 Subject: [ros-dev] RBuild woes...
 Hi,
 Here is my beef with rbuild. I can't fix most of these as I don't have
 the skills/knowledge of rbuild.
 1) Project link flags are applied at the end of the command line...this
 makes -Wl optimization flags not work. 
That is bad because -lgcc need to be last otherwise you get linker errors.
Casper