This is the mail archive of the egcs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
In a message dated 3/26/99 6:16:06 PM Pacific Standard Time, ctrown@cheops.net.csuchico.edu writes: > Unresolved symbol: __udivdi3 (code) Did you check to make sure ld is searching libgcc.a at the right stage and that this function is in that library? It should be in the same directory as libg2c.a. Using ld to link instead of the appropriate compiler driver is a tough and non-portable way to go.