Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#153 closed defect (wontfix)

Remove the need of GCC422.DLL

Reported by: rudi Owned by:
Priority: minor Milestone: Qt Enhanced
Component: General Version: 4.5.1 GA
Severity: low Keywords:
Cc:

Description

The option "-static-libgcc" applied to the link step seems to do the trick and prevents the users from having to hunt for another DLL.

Change History (3)

comment:1 Changed 14 years ago by Dmitry A. Kuminov

I don't find it really important as both the kLIBC runtime and GCC runtime are meant to be part of the eCS base install anyway (and now they are). So it's not really a problem for the "mainstream" users. Those enthusiasts who are still stuck with other OS/2 versions for some reason should be smart enough to get the WPI and install it. (Static libraries should be avoided by all means since they waste system resources).

comment:2 Changed 14 years ago by Silvan Scherrer

Resolution: wontfix
Status: newclosed

as this compiler GCC 4.4.2 and better ist used on a lot more projects w/o static binding we decided to create a wpi which includes all necessary dll. ecs 2.0 already has them installed by default. the wpi will be provided shortly

comment:3 Changed 14 years ago by Silvan Scherrer

the new wpi is at ftp.netlabs.org/pub/gcc/gcc4core.wpi

Note: See TracTickets for help on using tickets.