> -Xd      (do not use the standard library path) 

link.res without Xd parameter:
 (and of course with correct -e<thedirectory of 32 bit linker and assembler> 
and Fl<thedirectory of the 32 bit *.o's>)
(that is what I did) --------->

SEARCH_DIR("/lib/")
SEARCH_DIR("/usr/lib/")
SEARCH_DIR("/usr/lib32/")
SEARCH_DIR("/usr/lib/gcc/x86_64-pc-linux-gnu/8.1.1/32/")
...
INPUT(
/usr/lib32/crtend.o
/lib/crtn.o
)

----------------------

Now link.res **WITH** Xd parameter: 
 (and of course with correct -e<thedirectory of 32 bit linker and assembler> 
and Fl<thedirectory of the 32 bit *.o's>)
--------->

SEARCH_DIR("/usr/lib32/")
SEARCH_DIR("/usr/lib/gcc/x86_64-pc-linux-gnu/8.1.1/32/")
...
INPUT(
/usr/lib32/crtend.o
/usr/lib32/crtn.o
)

------------------------

Conclusion: Yes, Martin, you are the biggest FPC guru that exists.

Many thanks. (And once again, big WoW).


Fre;D







--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to