I compacted an exe coming from Fortran compiler. In this exe i export some functions like in a dll. After compression with UPX i lost the export table.The EXE can't run anymore. The message is "Entry point ... not found"
The Dll coming from this compiler (Digital fortran V5) are well compacted
Thanks per advance.
Try the command line option --compress-exports=0 .
Thanks very much it is working now.