juddmon / jpilot

Desktop Organizer Software for the Palm Pilot
GNU General Public License v2.0
53 stars 13 forks source link

Fix build with GCC 10 #16

Closed nforro closed 4 years ago

nforro commented 4 years ago

GCC 10 changed the default from -fcommon to -fno-common, which results in linking errors, since pipe_to_parent symbol is no longer COMMON.